about summary refs log tree commit diff
path: root/flake.lock
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2024-08-03 17:47:01 +0300
committerVika <vika@fireburn.ru>2024-08-03 18:32:19 +0300
commit74d2bee2df85d7c574e41fb0a8779964908681ba (patch)
tree1170ce9a8cb00b52c4b5270e5e44ae526372eb4f /flake.lock
parent81771f9f0629488bad521d5a4f8476941e025e7d (diff)
Migrate from naersk to crane
Naersk has been creating problems for me, and crane seems better
maintained.
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock43
1 files changed, 21 insertions, 22 deletions
diff --git a/flake.lock b/flake.lock
index f0cb16d..11be16b 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,25 @@
 {
   "nodes": {
+    "crane": {
+      "inputs": {
+        "nixpkgs": [
+          "nixpkgs"
+        ]
+      },
+      "locked": {
+        "lastModified": 1721842668,
+        "narHash": "sha256-k3oiD2z2AAwBFLa4+xfU+7G5fisRXfkvrMTCJrjZzXo=",
+        "owner": "ipetkov",
+        "repo": "crane",
+        "rev": "529c1a0b1f29f0d78fa3086b8f6a134c71ef3aaf",
+        "type": "github"
+      },
+      "original": {
+        "owner": "ipetkov",
+        "repo": "crane",
+        "type": "github"
+      }
+    },
     "flake-utils": {
       "inputs": {
         "systems": "systems"
@@ -19,27 +39,6 @@
         "type": "github"
       }
     },
-    "naersk": {
-      "inputs": {
-        "nixpkgs": [
-          "nixpkgs"
-        ]
-      },
-      "locked": {
-        "lastModified": 1718727675,
-        "narHash": "sha256-uFsCwWYI2pUpt0awahSBorDUrUfBhaAiyz+BPTS2MHk=",
-        "owner": "nix-community",
-        "repo": "naersk",
-        "rev": "941ce6dc38762a7cfb90b5add223d584feed299b",
-        "type": "github"
-      },
-      "original": {
-        "owner": "nix-community",
-        "ref": "master",
-        "repo": "naersk",
-        "type": "github"
-      }
-    },
     "nixpkgs": {
       "locked": {
         "lastModified": 1720031269,
@@ -58,8 +57,8 @@
     },
     "root": {
       "inputs": {
+        "crane": "crane",
         "flake-utils": "flake-utils",
-        "naersk": "naersk",
         "nixpkgs": "nixpkgs"
       }
     },