mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-09-06 15:13:34 -05:00
start fixing CI; this gets a bit further into the build
This commit is contained in:
@@ -120,6 +120,7 @@ let
|
||||
|
||||
packages = straight-env.packageList (super: {
|
||||
phases = [ "installPhase" ];
|
||||
nativeBuildInputs = [ git ];
|
||||
preInstall = ''
|
||||
export DOOMDIR=${doomPrivateDir}
|
||||
export DOOMLOCALDIR=$(mktemp -d)/local/
|
||||
@@ -137,7 +138,7 @@ let
|
||||
straightDir = "$DOOMLOCALDIR/straight";
|
||||
}).overrideAttrs (super: {
|
||||
phases = [ "installPhase" ];
|
||||
buildInputs = super.buildInputs ++ [ git ];
|
||||
nativeBuildInputs = [ git ];
|
||||
preInstall = ''
|
||||
export DOOMDIR=${doomPrivateDir}
|
||||
export DOOMLOCALDIR=$out/
|
||||
|
Reference in New Issue
Block a user