Skip to content

Commit

Permalink
Update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
oxalica committed May 1, 2023
1 parent c47ad0d commit e74b767
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ rec {
devShells.default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
# Override the stable rustfmt.
rustPkgs.rust-nightly_2023-01-01.availableComponents.rustfmt
rustPkgs.rust-nightly_2023-05-01.availableComponents.rustfmt
# Follows nixpkgs's version of rustc.
(let vers = lib.splitVersion rustc.version; in
rustPkgs."rust_${lib.elemAt vers 0}_${lib.elemAt vers 1}_${lib.elemAt vers 2}")
Expand Down

0 comments on commit e74b767

Please sign in to comment.