feat(flake): make systems overridable

Clan users might want to use the flake on different architectures.

This allows them to override the systems input with a new value.
This commit is contained in:
zimbatm
2024-08-15 11:03:52 +02:00
committed by Jörg Thalheim
parent f132038bcd
commit 4fa4af12dc
2 changed files with 24 additions and 6 deletions

16
flake.lock generated
View File

@@ -84,6 +84,7 @@
"nixos-images": "nixos-images",
"nixpkgs": "nixpkgs",
"sops-nix": "sops-nix",
"systems": "systems",
"treefmt-nix": "treefmt-nix"
}
},
@@ -108,6 +109,21 @@
"type": "github"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
},
"treefmt-nix": {
"inputs": {
"nixpkgs": [