summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-04-23 02:20:44 -0400
committerLLLL Colonq <llll@colonq>2026-04-23 02:20:44 -0400
commit9d2f27b2a9346467a8e5efa8f12e4ea075d3d777 (patch)
tree6ed7f186a95210e2574267aaffedfe4d94b694e9 /flake.lock
parent9f3223129c1405d5858f3740be6e3b1ca731ec67 (diff)
Scripting
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock55
1 files changed, 55 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 6306dad..771a645 100644
--- a/flake.lock
+++ b/flake.lock
@@ -33,6 +33,24 @@
"type": "github"
}
},
+ "flake-utils_2": {
+ "inputs": {
+ "systems": "systems_2"
+ },
+ "locked": {
+ "lastModified": 1731533236,
+ "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
"nixpkgs": {
"locked": {
"lastModified": 1753432016,
@@ -49,11 +67,33 @@
"type": "github"
}
},
+ "pit": {
+ "inputs": {
+ "flake-utils": "flake-utils_2",
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1776924510,
+ "narHash": "sha256-PCguZ7svx3M+ruhaVt+lgeCXOyo1angw7kNcaJczDWI=",
+ "owner": "lcolonq",
+ "repo": "pit",
+ "rev": "2850670124e5d5398aca6290558317a24291b219",
+ "type": "github"
+ },
+ "original": {
+ "owner": "lcolonq",
+ "repo": "pit",
+ "type": "github"
+ }
+ },
"root": {
"inputs": {
"crane": "crane",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
+ "pit": "pit",
"rust-overlay": "rust-overlay"
}
},
@@ -91,6 +131,21 @@
"repo": "default",
"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"
+ }
}
},
"root": "root",