Update hash
This commit is contained in:
@@ -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=";
|
||||
}
|
||||
|
||||
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user