Skip to content

Commit 4e326ae

Browse files
brotzeitGTrunSec
authored andcommitted
bump toolchain (#399)
* bump toolchain * bumpup rust-overlay * nix: fix sha256 Co-authored-by: GTrunSec <[email protected]>
1 parent 76283bf commit 4e326ae

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
cp -r ${pathDir} crates
153153
sed -i 's|../crates/lisp_util|./crates/lisp_util|' Cargo.toml
154154
'' + doVersionedUpdate;
155-
sha256 = "sha256-XvGLnzh5GKiiVeWPiIxrnV2eDr6LvRe5UvnIGlkQk6w=";
155+
sha256 = "sha256-2g+nfnEtrp2oxy/wd0+G8dfR/tufkMLAfoFzxO+jv3g=";
156156
inherit installPhase;
157157
};
158158

nix/rust.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ lib, config, pkgs, ... }:
22
let
33
cfg = config.language.rust;
4-
date = "2021-04-25";
4+
date = lib.removePrefix "nightly-" (lib.removeSuffix "\n" (builtins.readFile ../rust-toolchain));
55
in
66
with pkgs;
77
with lib;

0 commit comments

Comments
 (0)