mirror of
https://github.com/logos-messaging/nim-sds.git
synced 2026-03-18 02:33:10 +00:00
add HOME in default nix
This commit is contained in:
parent
0454556582
commit
82f485c563
@ -60,6 +60,11 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
preBuild = ''
|
||||
echo "Skipping preBuild phase in nim-sds package"
|
||||
export HOME=$PWD/home
|
||||
export NIMBLE_DIR=$PWD/nimble
|
||||
export XDG_CACHE_HOME=$PWD/cache
|
||||
|
||||
mkdir -p "$HOME" "$NIMBLE_DIR" "$XDG_CACHE_HOME"
|
||||
'';
|
||||
|
||||
installPhase = let
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user