diff options
| author | Irene Knapp <ireneista@irenes.space> | 2026-07-01 16:21:37 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@irenes.space> | 2026-07-02 03:11:11 -0700 |
| commit | 627dc10a30b9ff136fc938570820ff82c7f49489 (patch) | |
| tree | e94fea8f6a50a50db6b7f68a6694b77bbb04e98a /flake.lock | |
initial
Force-Push: yes Change-Id: I8ad20ee63db338119a3f54de36b4f8c6fc1feb52
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..2231aaf --- /dev/null +++ b/flake.lock @@ -0,0 +1,43 @@ +{ + "nodes": { + "crane": { + "locked": { + "lastModified": 1781825982, + "narHash": "sha256-SlXKwIRIhrOSAcTjCB3ftPLzJWZStQIPS7J1FlZPnKk=", + "owner": "ipetkov", + "repo": "crane", + "rev": "469fd08d0bcf6926321fa973c6777fbc87785dd7", + "type": "github" + }, + "original": { + "owner": "ipetkov", + "repo": "crane", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1782691344, + "narHash": "sha256-i5nw9BYYsMDAaOC4J+JmTof6b2GhlyH076awYRNrTV8=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "1f01958ffb5b3545c96d9ef2f4e24c5e5e1eb846", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-26.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "crane": "crane", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |