summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-11-26 20:04:16 +0100
committersils <sils@sils.li>2023-11-26 20:04:16 +0100
commit153e6212ea094da69054e8a46c0006ac34fec974 (patch)
treebd2b79c0cc05690154355a761d73367076f96f7a
parentfix(flake/nixosConfigurations): remove unused inputs (diff)
downloadnix-config-153e6212ea094da69054e8a46c0006ac34fec974.zip
fix(flake): inputs.poetry2nix.inputs.systems.follows = "systems"
-rw-r--r--flake.lock20
-rw-r--r--flake.nix1
2 files changed, 5 insertions, 16 deletions
diff --git a/flake.lock b/flake.lock
index 2ed883d..ad527ea 100644
--- a/flake.lock
+++ b/flake.lock
@@ -383,7 +383,9 @@
"nixpkgs": [
"nixpkgs"
],
- "systems": "systems",
+ "systems": [
+ "systems"
+ ],
"treefmt-nix": [
"treefmt-nix"
]
@@ -527,7 +529,7 @@
"ragenix": "ragenix",
"rust-overlay": "rust-overlay",
"sops-nix": "sops-nix",
- "systems": "systems_2",
+ "systems": "systems",
"treefmt-nix": "treefmt-nix",
"wl-togglescreens": "wl-togglescreens"
}
@@ -580,20 +582,6 @@
},
"systems": {
"locked": {
- "lastModified": 1681028828,
- "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
- "owner": "nix-systems",
- "repo": "default",
- "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
- "type": "github"
- },
- "original": {
- "id": "systems",
- "type": "indirect"
- }
- },
- "systems_2": {
- "locked": {
"lastModified": 1700773236,
"narHash": "sha256-yW1VEbKEYQwZfPKaHCORAS8JU08wQMKzPFkvXyDI/D8=",
"ref": "refs/heads/main",
diff --git a/flake.nix b/flake.nix
index 5c47601..a1b5022 100644
--- a/flake.nix
+++ b/flake.nix
@@ -60,6 +60,7 @@
nixpkgs.follows = "nixpkgs";
nix-github-actions.follows = "nix-github-actions";
treefmt-nix.follows = "treefmt-nix";
+ systems.follows = "systems";
};
};
beautysh = {