Update hash

This commit is contained in:
pinpox
2025-06-02 16:16:17 +02:00
parent 64c339dafe
commit 4098e9ccaf
2 changed files with 7 additions and 9 deletions

View File

@@ -109,13 +109,11 @@ in
cat $schemaFile > $out/allSchemas.json
'';
clan-core-for-checks = self;
# pkgs.runCommand "clan-core-for-checks" { } ''
# cp -r ${pkgs.callPackage ./clan-core-for-checks.nix { }} $out
# chmod +w $out/flake.lock
# cp ${../flake.lock} $out/flake.lock
# '';
clan-core-for-checks = pkgs.runCommand "clan-core-for-checks" { } ''
cp -r ${pkgs.callPackage ./clan-core-for-checks.nix { }} $out
chmod +w $out/flake.lock
cp ${../flake.lock} $out/flake.lock
'';
};
legacyPackages = {
nixosTests =