fix boot devices steamdeck, add ykfde
This commit is contained in:
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 *
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user