diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-08-22 12:28:04 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-08-22 12:28:04 -0700 |
| commit | e29cc7653956bee24a26ca1344b38da4e86ae4ad (patch) | |
| tree | 0994108decbbcaa6c56a16dab3ac0f4b160b7993 /flake.lock | |
Force-Push: yes Change-Id: Ib3239558573d3f4d2588e58ac42b7769a45f08d0
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..69c4957 --- /dev/null +++ b/flake.lock @@ -0,0 +1,43 @@ +{ + "nodes": { + "crane": { + "locked": { + "lastModified": 1785782307, + "narHash": "sha256-MPaRdVkf6zZP5fCPxYCi8Dr4pZzgmXzg8T9nVEbp3Mw=", + "owner": "ipetkov", + "repo": "crane", + "rev": "2c71e194474d13de031d729b729c968ddbe3507f", + "type": "github" + }, + "original": { + "owner": "ipetkov", + "repo": "crane", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1785858998, + "narHash": "sha256-fKCq5jphd6l/Ms6gc3dptkw/TcKLYub9lQE5g6rbbkc=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "04607e1165ac22c5fde6dcc54c9e0b3c0487c555", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-26.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "crane": "crane", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |