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 = ''
|
||||
runHook preConfigure
|
||||
export HOME=/build
|
||||
echo '${deps}' > /build/.haxelib
|
||||
export HOME="$(pwd)"
|
||||
echo '${deps}' > .haxelib
|
||||
runHook postConfigure
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue