aboutsummaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-22 21:09:14 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-22 21:09:14 +0200
commit2507bb0a7713d7d534a18812e2ed4247cff43325 (patch)
tree6596ae9d9904b9caa19f69db866cdd5aaedfd1ac /flake.lock
parentfeat: Finalize design for fish-shell integration (diff)
downloadatuin-2507bb0a7713d7d534a18812e2ed4247cff43325.zip
fix(nix): Update all references and switch build to crane
Diffstat (limited to '')
-rw-r--r--flake.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 4e0070e2..3d285483 100644
--- a/flake.lock
+++ b/flake.lock
@@ -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"
}
}