Merge pull request 'Lib/flakes: remove self references' (#4165) from fix-lib into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4165
This commit is contained in:
hsjobeki
2025-07-01 12:03:52 +00:00
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')
'';