summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorCharlie Root <charlie@charlieroot.dev>2025-02-22 12:14:49 +0100
committerCharlie Root <charlie@charlieroot.dev>2025-02-22 12:14:49 +0100
commit6bec159f6076cd59936068ffa0c91ffceb2dd6cd (patch)
treecc9bb48efe726f8aa10c33f3d85736b6409bfa87 /flake.lock
parent4953151f6ffa361906049bd2e3ab91b8354e84c8 (diff)
flake: drop flake-utils as a dependency
Replace flake-utils with a few lines of pure nix code, since flake-utils is not really useful here.
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock34
1 files changed, 0 insertions, 34 deletions
diff --git a/flake.lock b/flake.lock
index 081079dfa..a3ab63ef7 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,23 +1,5 @@
{
"nodes": {
- "flake-utils": {
- "inputs": {
- "systems": "systems"
- },
- "locked": {
- "lastModified": 1710146030,
- "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
- "owner": "numtide",
- "repo": "flake-utils",
- "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
- "type": "github"
- },
- "original": {
- "owner": "numtide",
- "repo": "flake-utils",
- "type": "github"
- }
- },
"nixpkgs": {
"locked": {
"lastModified": 1725036679,
@@ -36,24 +18,8 @@
},
"root": {
"inputs": {
- "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
- },
- "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",