start fixing CI; this gets a bit further into the build

This commit is contained in:
ckie
2022-07-01 16:04:51 +03:00
parent d296d6d44b
commit 271f69afc2
3 changed files with 36 additions and 35 deletions

View File

@@ -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/