diff options
| author | seth <[email protected]> | 2024-05-20 21:08:11 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-20 21:08:25 -0400 |
| commit | 62933d57b8740d1bdfa48f0a0efbdd8a80f6ccd6 (patch) | |
| tree | 6afea48587850f6cfd50c216174042ba1cf2e19a /flake.lock | |
| parent | b84ec810e5c2d07801388bba73abff5a2e9ed4a4 (diff) | |
nix: use flake-checks
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,20 @@ { "nodes": { + "flake-checks": { + "locked": { + "lastModified": 1716193450, + "narHash": "sha256-wIbyIQRoLAfGe2v8W7LM6zEZ9Oy0jKuUX0HMUCLQJsM=", + "owner": "getchoo", + "repo": "flake-checks", + "rev": "842c3f225677aa55e44b94342f19c8f3e6f2be06", + "type": "github" + }, + "original": { + "owner": "getchoo", + "repo": "flake-checks", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1715897893, @@ -18,6 +33,7 @@ }, "root": { "inputs": { + "flake-checks": "flake-checks", "nixpkgs": "nixpkgs" } } |
