aboutsummaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-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"
}
}