devFlake: switch to clan-core-for-checks to this branch

This commit is contained in:
Jörg Thalheim
2025-08-11 16:36:06 +02:00
parent 9e9ab22c37
commit 6a5a83f57a
2 changed files with 6 additions and 6 deletions

10
devFlake/flake.lock generated
View File

@@ -3,16 +3,16 @@
"clan-core-for-checks": { "clan-core-for-checks": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1754922455, "lastModified": 1754923254,
"narHash": "sha256-Ua2zKoRsdis6zkVj9vJmZMqpdofXOJ73k2eCWzqd1C0=", "narHash": "sha256-x5dWBbu+2Hw96Eh2uy8A+2Ol9xxzRyewMkAkizwpEjw=",
"ref": "main", "ref": "update-nixpkgs-2",
"rev": "a6a5c1e21ddc9a11327fa4e8b5735f96a0cd2a2c", "rev": "82c9a6d5ce427d2e3683b2b3ec0ddf338f1730d2",
"shallow": true, "shallow": true,
"type": "git", "type": "git",
"url": "https://git.clan.lol/clan/clan-core" "url": "https://git.clan.lol/clan/clan-core"
}, },
"original": { "original": {
"ref": "main", "ref": "update-nixpkgs-2",
"shallow": true, "shallow": true,
"type": "git", "type": "git",
"url": "https://git.clan.lol/clan/clan-core" "url": "https://git.clan.lol/clan/clan-core"

View File

@@ -15,7 +15,7 @@
inputs.systems.url = "github:nix-systems/default"; inputs.systems.url = "github:nix-systems/default";
inputs.clan-core-for-checks.url = "git+https://git.clan.lol/clan/clan-core?ref=main&shallow=1"; inputs.clan-core-for-checks.url = "git+https://git.clan.lol/clan/clan-core?ref=update-nixpkgs-2&shallow=1";
inputs.clan-core-for-checks.flake = false; inputs.clan-core-for-checks.flake = false;
outputs = inputs: inputs; outputs = inputs: inputs;