make clan-core-for-checks a dev flake input

This commit is contained in:
Jörg Thalheim
2025-07-07 18:13:34 +02:00
parent ddf2b57b3f
commit 567570e89c
9 changed files with 32 additions and 70 deletions

19
devFlake/flake.lock generated
View File

@@ -1,5 +1,23 @@
{
"nodes": {
"clan-core-for-checks": {
"flake": false,
"locked": {
"lastModified": 1754918666,
"narHash": "sha256-OHtVG9jX7FmwkB57w/nBR+Eek+a5HLT7Y72DwXUBLFo=",
"ref": "main",
"rev": "1524dc963eb4ffc5cbf14c46316844ef51e63471",
"shallow": true,
"type": "git",
"url": "https://git.clan.lol/clan/clan-core"
},
"original": {
"ref": "main",
"shallow": true,
"type": "git",
"url": "https://git.clan.lol/clan/clan-core"
}
},
"flake-utils": {
"inputs": {
"systems": [
@@ -104,6 +122,7 @@
},
"root": {
"inputs": {
"clan-core-for-checks": "clan-core-for-checks",
"flake-utils": "flake-utils",
"nixpkgs-dev": "nixpkgs-dev",
"nuschtos": "nuschtos",

View File

@@ -15,5 +15,8 @@
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.flake = false;
outputs = inputs: inputs;
}