diff options
| author | Fuwn <[email protected]> | 2024-09-24 19:38:45 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-24 19:38:45 -0700 |
| commit | c26287d1c37f8a486f4204973eecdb2f9e9056a1 (patch) | |
| tree | 92a987a4bb1e3d9edd8df79bda72213195f0b7ac /flake.lock | |
| parent | chore(nix): add nix development environment (diff) | |
| download | whirl-develop.tar.xz whirl-develop.zip | |
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,20 @@ { "nodes": { + "crane": { + "locked": { + "lastModified": 1727060013, + "narHash": "sha256-/fC5YlJy4IoAW9GhkJiwyzk0K/gQd9Qi4rRcoweyG9E=", + "owner": "ipetkov", + "repo": "crane", + "rev": "6b40cc876c929bfe1e3a24bf538ce3b5622646ba", + "type": "github" + }, + "original": { + "owner": "ipetkov", + "repo": "crane", + "type": "github" + } + }, "flake-utils": { "inputs": { "systems": "systems" @@ -36,6 +51,7 @@ }, "root": { "inputs": { + "crane": "crane", "flake-utils": "flake-utils", "nixpkgs": "nixpkgs", "rust-overlay": "rust-overlay" |