Skip to content

Commit

Permalink
update rust
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Apr 21, 2024
1 parent 460e924 commit ec30cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ in with nixpkgs;
name = "moz_overlay_shell";
nativeBuildInputs = [ pkg-config clang lld ];
buildInputs = [
(nixpkgs.rustChannelOf { date = "2024-03-17"; channel = "nightly"; }).rust
(nixpkgs.rustChannelOf { date = "2024-04-20"; channel = "nightly"; }).rust
rustup
pkg-config

Expand Down

0 comments on commit ec30cfe

Please sign in to comment.