cli: fix build on macOS

This commit is contained in:
Jörg Thalheim
2025-02-10 17:41:50 +07:00
parent 14377f25c9
commit 86e91c8604

View File

@@ -90,6 +90,7 @@
set -e
export HOME=$(realpath .)
export NIX_STATE_DIR=$HOME
export NIX_STORE_DIR=$HOME
cp -r ${clanCore} $out
chmod +w -R $out
cp ${clanCoreLockFile} $out/flake.lock