Lib/flakes: remove self references

This commit is contained in:
Johannes Kirschbauer
2025-07-01 09:52:10 +02:00
parent 20e9544cbf
commit 20e17b0e56
3 changed files with 12 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ in
export NIX_STORE_DIR=$HOME
cp -r ${clanCore} $out
chmod +w -R $out
cp ${mkOfflineFlakeLock clanCore} $out/flake.lock
cp ${mkOfflineFlakeLock self} $out/flake.lock
nix flake lock $out --extra-experimental-features 'nix-command flakes'
clanCoreHash=$(nix hash path ${clanCore} --extra-experimental-features 'nix-command')
'';