diff --git a/checks/clan-core-for-checks.nix b/checks/clan-core-for-checks.nix index b0899704f..ffd071f14 100644 --- a/checks/clan-core-for-checks.nix +++ b/checks/clan-core-for-checks.nix @@ -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="; } diff --git a/checks/flake-module.nix b/checks/flake-module.nix index a47edd491..bbf55cd3e 100644 --- a/checks/flake-module.nix +++ b/checks/flake-module.nix @@ -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 =