about summary refs log tree commit diff
path: root/flake.lock
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2021-05-05 00:06:35 +0300
committerVika <vika@fireburn.ru>2021-05-05 00:06:35 +0300
commitcc55a8cfe1878788ffa2f0db0ae16a3b859040ff (patch)
treee8e66e4618727afdf2b5042ea72259d8f942b946 /flake.lock
parent5b65175710a19daf43c81e52e180fd66ecfe4353 (diff)
Switched to naersk for building crates with Nix... that requires unstable Cargo!
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock22
1 files changed, 22 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 7b1a509..d9567e8 100644
--- a/flake.lock
+++ b/flake.lock
@@ -15,6 +15,27 @@
         "type": "github"
       }
     },
+    "naersk": {
+      "inputs": {
+        "nixpkgs": [
+          "nixpkgs"
+        ]
+      },
+      "locked": {
+        "lastModified": 1618844365,
+        "narHash": "sha256-Z9t0rr+5OG/ru3jdg3jivfYVU4ydV/nqt8UwIut7uHs=",
+        "owner": "nmattia",
+        "repo": "naersk",
+        "rev": "32e3ba39d9d83098b13720a4384bdda191dd0445",
+        "type": "github"
+      },
+      "original": {
+        "owner": "nmattia",
+        "ref": "master",
+        "repo": "naersk",
+        "type": "github"
+      }
+    },
     "nixpkgs": {
       "locked": {
         "lastModified": 1618743970,
@@ -32,6 +53,7 @@
     "root": {
       "inputs": {
         "flake-utils": "flake-utils",
+        "naersk": "naersk",
         "nixpkgs": "nixpkgs",
         "rust": "rust"
       }