summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-10 00:31:18 -0500
committerseth <[email protected]>2024-02-10 00:31:18 -0500
commit6bc36b613f8a83d9b265170d7a7c0c683942ceb3 (patch)
tree89d4621e440f10ddcbf1a3f32baf20c950b5f84d
parent57963c95fec3c4e134f332897651bab137a78c21 (diff)
flake.lock: fix duplicated systems and flake-compat inputs
-rw-r--r--flake.lock41
-rw-r--r--flake.nix2
2 files changed, 9 insertions, 34 deletions
diff --git a/flake.lock b/flake.lock
index d50cd91..5063c65 100644
--- a/flake.lock
+++ b/flake.lock
@@ -7,7 +7,11 @@
"nixpkgs": [
"nixpkgs"
],
- "systems": "systems"
+ "systems": [
+ "pre-commit",
+ "flake-utils",
+ "systems"
+ ]
},
"locked": {
"lastModified": 1703433843,
@@ -178,22 +182,6 @@
"type": "sourcehut"
}
},
- "flake-compat": {
- "flake": false,
- "locked": {
- "lastModified": 1696426674,
- "narHash": "sha256-kvjfFW7WAETZlt09AgDn1MrtKzP7t90Vf7vypd3OL1U=",
- "owner": "edolstra",
- "repo": "flake-compat",
- "rev": "0f9255e01c2351cc7d116c072cb317785dd33b33",
- "type": "github"
- },
- "original": {
- "owner": "edolstra",
- "repo": "flake-compat",
- "type": "github"
- }
- },
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
@@ -231,7 +219,7 @@
},
"flake-utils": {
"inputs": {
- "systems": "systems_2"
+ "systems": "systems"
},
"locked": {
"lastModified": 1701680307,
@@ -490,7 +478,7 @@
},
"pre-commit": {
"inputs": {
- "flake-compat": "flake-compat",
+ "flake-compat": [],
"flake-utils": "flake-utils",
"gitignore": "gitignore",
"nixpkgs": [
@@ -610,21 +598,6 @@
"type": "github"
}
},
- "systems_2": {
- "locked": {
- "lastModified": 1681028828,
- "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
- "owner": "nix-systems",
- "repo": "default",
- "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
- "type": "github"
- },
- "original": {
- "owner": "nix-systems",
- "repo": "default",
- "type": "github"
- }
- },
"teawiebot": {
"inputs": {
"fenix": "fenix",
diff --git a/flake.nix b/flake.nix
index c1d3f3f..8c15ba6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -54,6 +54,7 @@
nixpkgs.follows = "nixpkgs";
darwin.follows = "";
home-manager.follows = "";
+ systems.follows = "pre-commit/flake-utils/systems";
};
};
@@ -138,6 +139,7 @@
inputs = {
nixpkgs.follows = "nixpkgs";
nixpkgs-stable.follows = "nixpkgs";
+ flake-compat.follows = "";
};
};