mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-29 14:33:37 -05:00
default.nix#doomSrc: load burned in $out at $out/bin/doom
This commit is contained in:
@@ -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
|
||||
'';
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user