summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-22 19:25:00 -0400
committerseth <[email protected]>2023-04-22 19:25:00 -0400
commitbf4df962be338c08ae41bed94b1d60b2930fca9f (patch)
treef42900fb78196fbc2411c5517784904e793390b7 /flake.lock
parent7980ebcbb8d555820eae724f68d7054cf8496e98 (diff)
feat(flake): remove flake-utils and nixpkgs stable as inputs
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock53
1 files changed, 26 insertions, 27 deletions
diff --git a/flake.lock b/flake.lock
index a717271..b0bc2a6 100644
--- a/flake.lock
+++ b/flake.lock
@@ -17,12 +17,15 @@
}
},
"flake-utils": {
+ "inputs": {
+ "systems": "systems"
+ },
"locked": {
- "lastModified": 1678901627,
- "narHash": "sha256-U02riOqrKKzwjsxc/400XnElV+UtPUQWpANPlyazjH0=",
+ "lastModified": 1681202837,
+ "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
"owner": "numtide",
"repo": "flake-utils",
- "rev": "93a2b84fc4b70d9e089d029deacc3583435c2ed6",
+ "rev": "cfacdce06f30d2b68473a46042957675eebb3401",
"type": "github"
},
"original": {
@@ -54,26 +57,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1678972866,
- "narHash": "sha256-YV8BcNWfNVgS449B6hFYFUg4kwVIQMNehZP+FNDs1LY=",
- "owner": "NixOS",
- "repo": "nixpkgs",
- "rev": "cd34d6ed7ba7d5c4e44b04a53dc97edb52f2766c",
- "type": "github"
- },
- "original": {
- "id": "nixpkgs",
- "ref": "nixos-22.11",
- "type": "indirect"
- }
- },
- "nixpkgsUnstable": {
- "locked": {
- "lastModified": 1678898370,
- "narHash": "sha256-xTICr1j+uat5hk9FyuPOFGxpWHdJRibwZC+ATi0RbtE=",
+ "lastModified": 1681920287,
+ "narHash": "sha256-+/d6XQQfhhXVfqfLROJoqj3TuG38CAeoT6jO1g9r1k0=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "ac718d02867a84b42522a0ece52d841188208f2c",
+ "rev": "645bc49f34fa8eff95479f0345ff57e55b53437e",
"type": "github"
},
"original": {
@@ -85,12 +73,10 @@
"pre-commit-hooks": {
"inputs": {
"flake-compat": "flake-compat",
- "flake-utils": [
- "flake-utils"
- ],
+ "flake-utils": "flake-utils",
"gitignore": "gitignore",
"nixpkgs": [
- "nixpkgsUnstable"
+ "nixpkgs"
],
"nixpkgs-stable": [
"nixpkgs"
@@ -112,11 +98,24 @@
},
"root": {
"inputs": {
- "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
- "nixpkgsUnstable": "nixpkgsUnstable",
"pre-commit-hooks": "pre-commit-hooks"
}
+ },
+ "systems": {
+ "locked": {
+ "lastModified": 1681028828,
+ "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
+ "owner": "nix-systems",
+ "repo": "default",
+ "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-systems",
+ "repo": "default",
+ "type": "github"
+ }
}
},
"root": "root",