default.nix#doomSrc: load burned in $out at $out/bin/doom

This commit is contained in:
ckie
2022-09-11 15:26:32 +03:00
parent c65af64ee8
commit 1102e37e8d
2 changed files with 31 additions and 0 deletions

View File

@@ -88,10 +88,12 @@ let
phases = [ "unpackPhase" "patchPhase" "installPhase" ];
patches = [
./patches/fix-paths.patch
./patches/cli-early-init-load.patch
];
installPhase = ''
mkdir -p $out
cp -r * $out
substituteAllInPlace $out/bin/doom
'';
};