diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-22 21:09:14 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-22 21:09:14 +0200 |
| commit | 2507bb0a7713d7d534a18812e2ed4247cff43325 (patch) | |
| tree | 6596ae9d9904b9caa19f69db866cdd5aaedfd1ac /flake.lock | |
| parent | feat: Finalize design for fish-shell integration (diff) | |
| download | atuin-2507bb0a7713d7d534a18812e2ed4247cff43325.zip | |
fix(nix): Update all references and switch build to crane
Diffstat (limited to '')
| -rw-r--r-- | flake.lock | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,20 @@ { "nodes": { + "crane": { + "locked": { + "lastModified": 1784564969, + "narHash": "sha256-TkTWNhJV/8Wk3czlbz4bwHZkFCaCHPsOy+oJe4PUiXg=", + "owner": "ipetkov", + "repo": "crane", + "rev": "7930f6c291de6f83c257839d434592aa085f290a", + "type": "github" + }, + "original": { + "owner": "ipetkov", + "repo": "crane", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1781074563, @@ -18,6 +33,7 @@ }, "root": { "inputs": { + "crane": "crane", "nixpkgs": "nixpkgs" } } |
