We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460e924 commit ec30cfeCopy full SHA for ec30cfe
shell.nix
@@ -18,7 +18,7 @@ in with nixpkgs;
18
name = "moz_overlay_shell";
19
nativeBuildInputs = [ pkg-config clang lld ];
20
buildInputs = [
21
- (nixpkgs.rustChannelOf { date = "2024-03-17"; channel = "nightly"; }).rust
+ (nixpkgs.rustChannelOf { date = "2024-04-20"; channel = "nightly"; }).rust
22
rustup
23
pkg-config
24
0 commit comments