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

@@ -1,6 +1,6 @@
{ fetchgit }:
fetchgit {
url = "https://git.clan.lol/clan/clan-core.git";
rev = "cb4f2ab014aa01f249e852da9e1b92cdc44c2a66";
sha256 = "sha256-8zlAW+iWKrxxozSNEZAVlDPOMLzetd36RL1GLnAvvjg=";
rev = "13a9b1719835ef4510e4adb6941ddfe9a91d41cb";
sha256 = "sha256-8zlAW+iWKrxxozSNEZAVlDPOMLzetd46RL1GLnAvvjg=";
}

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 =