diff options
| author | Maxwell Beck <max@rastertail.net> | 2026-07-13 08:22:05 -0500 |
|---|---|---|
| committer | Maxwell Beck <max@rastertail.net> | 2026-07-13 08:22:05 -0500 |
| commit | 1363e204b50d7901ba23b35f87aaae63c8c4deec (patch) | |
| tree | 08f89cda0a2eb1a94874a73f26b84f061b8ff695 /flake.lock | |
init
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..cb63344 --- /dev/null +++ b/flake.lock @@ -0,0 +1,24 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1783776592, + "narHash": "sha256-+GVwKnbbSmf4cWMJyRzvw8H5yFknmkLoPD5v6snqPzo=", + "rev": "e7a3ca8092b61ff85b6a45bf863ea2b2d6a661b3", + "type": "tarball", + "url": "https://releases.nixos.org/nixos/unstable/nixos-26.11pre1032869.e7a3ca8092b6/nixexprs.tar.xz" + }, + "original": { + "type": "tarball", + "url": "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
