Skip to content

Commit e74b767

Browse files
committed
Update flake
1 parent c47ad0d commit e74b767

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

flake.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ rec {
9898
devShells.default = pkgs.mkShell {
9999
nativeBuildInputs = with pkgs; [
100100
# Override the stable rustfmt.
101-
rustPkgs.rust-nightly_2023-01-01.availableComponents.rustfmt
101+
rustPkgs.rust-nightly_2023-05-01.availableComponents.rustfmt
102102
# Follows nixpkgs's version of rustc.
103103
(let vers = lib.splitVersion rustc.version; in
104104
rustPkgs."rust_${lib.elemAt vers 0}_${lib.elemAt vers 1}_${lib.elemAt vers 2}")

0 commit comments

Comments
 (0)