aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--flake.lock6
-rw-r--r--flake.nix2
2 files changed, 4 insertions, 4 deletions
diff --git a/flake.lock b/flake.lock
index 72714ec..340b8bf 100644
--- a/flake.lock
+++ b/flake.lock
@@ -74,11 +74,11 @@
]
},
"locked": {
- "lastModified": 1701915404,
- "narHash": "sha256-+aR/adz9lNglnCzrCh30FSj+Ee+liy8gwOKtS7ll9yY=",
+ "lastModified": 1715134005,
+ "narHash": "sha256-oujsCgNiQnZoQntNkkNkA7BhCmUvf9FLWj+2oGT2Jvc=",
"owner": "oxalica",
"repo": "rust-overlay",
- "rev": "670ae43e7e5e7cf90b873cea596941d2e24e9c2c",
+ "rev": "a8bfc2569a1965c0da8711d289d973f0011b441a",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
index 482f190..cf7cd57 100644
--- a/flake.nix
+++ b/flake.nix
@@ -26,7 +26,7 @@
flake-utils,
...
} @ inputs: let
- mkBuildToolchain = pkgs: pkgs.rust-bin.nightly."2022-11-20".minimal;
+ mkBuildToolchain = pkgs: pkgs.rust-bin.nightly."2024-05-01".minimal;
deps = pkgs: with pkgs; [
openssl