mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-11-11 20:43:00 +01:00
fix haxe lsp build on old nix builders
This commit is contained in:
parent
cf913c62a0
commit
d018b81707
1 changed files with 2 additions and 2 deletions
|
@ -193,8 +193,8 @@ pkgs.stdenvNoCC.mkDerivation {
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
runHook preConfigure
|
runHook preConfigure
|
||||||
export HOME=/build
|
export HOME="$(pwd)"
|
||||||
echo '${deps}' > /build/.haxelib
|
echo '${deps}' > .haxelib
|
||||||
runHook postConfigure
|
runHook postConfigure
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue