about summary refs log tree commit diff
path: root/flake.lock
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2025-01-01 07:11:35 +0300
committerVika <vika@fireburn.ru>2025-01-01 07:11:35 +0300
commit56258dad4ce7492df3e06c45865015cbb1e588fe (patch)
tree57e0702c02379219e5e6a564d7ef8207e4fd34c5 /flake.lock
parent60a3bc9fe7b1ff2a5cb458f2a233d333dc538eab (diff)
downloadkittybox-56258dad4ce7492df3e06c45865015cbb1e588fe.tar.zst
Add a dev-shell and a check to verify MSRV
This builds the entire crate using my chosen MSRV. Isn't that nice?

Change-Id: I8bbe47cc5db63ab3f27616a9e3576a50d349b89b
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock23
1 files changed, 22 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index 9c2d147..bf7a454 100644
--- a/flake.lock
+++ b/flake.lock
@@ -54,7 +54,28 @@
       "inputs": {
         "crane": "crane",
         "flake-utils": "flake-utils",
-        "nixpkgs": "nixpkgs"
+        "nixpkgs": "nixpkgs",
+        "rust-overlay": "rust-overlay"
+      }
+    },
+    "rust-overlay": {
+      "inputs": {
+        "nixpkgs": [
+          "nixpkgs"
+        ]
+      },
+      "locked": {
+        "lastModified": 1735698720,
+        "narHash": "sha256-+skLL6mq/T7s6J5YmSp89ivQOHBPQ40GEU2n8yqp6bs=",
+        "owner": "oxalica",
+        "repo": "rust-overlay",
+        "rev": "a00807363a8a6cae6c3fa84ff494bf9d96333674",
+        "type": "github"
+      },
+      "original": {
+        "owner": "oxalica",
+        "repo": "rust-overlay",
+        "type": "github"
       }
     },
     "systems": {