Update hash
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{ fetchgit }:
|
{ fetchgit }:
|
||||||
fetchgit {
|
fetchgit {
|
||||||
url = "https://git.clan.lol/clan/clan-core.git";
|
url = "https://git.clan.lol/clan/clan-core.git";
|
||||||
rev = "cb4f2ab014aa01f249e852da9e1b92cdc44c2a66";
|
rev = "13a9b1719835ef4510e4adb6941ddfe9a91d41cb";
|
||||||
sha256 = "sha256-8zlAW+iWKrxxozSNEZAVlDPOMLzetd36RL1GLnAvvjg=";
|
sha256 = "sha256-8zlAW+iWKrxxozSNEZAVlDPOMLzetd46RL1GLnAvvjg=";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -109,13 +109,11 @@ in
|
|||||||
cat $schemaFile > $out/allSchemas.json
|
cat $schemaFile > $out/allSchemas.json
|
||||||
'';
|
'';
|
||||||
|
|
||||||
clan-core-for-checks = self;
|
clan-core-for-checks = pkgs.runCommand "clan-core-for-checks" { } ''
|
||||||
|
cp -r ${pkgs.callPackage ./clan-core-for-checks.nix { }} $out
|
||||||
# pkgs.runCommand "clan-core-for-checks" { } ''
|
chmod +w $out/flake.lock
|
||||||
# cp -r ${pkgs.callPackage ./clan-core-for-checks.nix { }} $out
|
cp ${../flake.lock} $out/flake.lock
|
||||||
# chmod +w $out/flake.lock
|
'';
|
||||||
# cp ${../flake.lock} $out/flake.lock
|
|
||||||
# '';
|
|
||||||
};
|
};
|
||||||
legacyPackages = {
|
legacyPackages = {
|
||||||
nixosTests =
|
nixosTests =
|
||||||
|
|||||||
Reference in New Issue
Block a user