fix boot devices steamdeck, add ykfde
This commit is contained in:
parent
a82b2fac68
commit
6d47e49918
5 changed files with 60 additions and 8 deletions
11
utils/pkgs/ykfde/default.nix
Normal file
11
utils/pkgs/ykfde/default.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, lib, stdenv }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "ykfde";
|
||||
src = ./scripts;
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
install -D --target $out/bin *
|
||||
'';
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue