diff options
| author | LLLL Colonq <llll@colonq> | 2026-04-23 02:20:44 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-04-23 02:20:44 -0400 |
| commit | 9d2f27b2a9346467a8e5efa8f12e4ea075d3d777 (patch) | |
| tree | 6ed7f186a95210e2574267aaffedfe4d94b694e9 /flake.lock | |
| parent | 9f3223129c1405d5858f3740be6e3b1ca731ec67 (diff) | |
Scripting
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 55 |
1 files changed, 55 insertions, 0 deletions
@@ -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", |
