diff options
| author | Henry Webster <hwebs@hwebs.info> | 2026-07-25 10:30:18 -0500 |
|---|---|---|
| committer | Henry Webster <hwebs@hwebs.info> | 2026-07-25 10:30:18 -0500 |
| commit | b014e15bf02f3956110b8e3b3c921922e81c912b (patch) | |
| tree | 4d1a286bffd33ed69ee9d975ff801c2a95ccc0bc /flake.lock | |
initial commit
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..0b9301e --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1784796856, + "narHash": "sha256-wWFrV5/Qbm+lyt5x20E/bSbfJiGKMo4RCxZV8cl/WZI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "e2587caef70cea85dd97d7daab492899902dbf5d", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
