Skip to content

Commit 178e77c

Browse files
authored
misc: nix shell (#1726)
1 parent d536aa4 commit 178e77c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

shell.nix

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
let
22
moz_overlay = import (builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz);
33
# Pin to stable from https://status.nixos.org/
4-
nixpkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/596a8e828c5dfa504f91918d0fa4152db3ab5502.tar.gz") { overlays = [ moz_overlay ]; };
4+
nixpkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/219951b495fc2eac67b1456824cc1ec1fd2ee659.tar.gz") { overlays = [ moz_overlay ]; };
55
in
66
with nixpkgs;
77
stdenv.mkDerivation {
@@ -11,11 +11,10 @@ in
1111
openssl
1212
];
1313
buildInputs = with nixpkgs; [
14-
((rustChannelOf{ channel = "1.75.0"; }).rust.override {
14+
((rustChannelOf{ channel = "1.77.1"; }).rust.override {
1515
extensions = ["rust-src"];
1616
})
1717
cargo-watch
18-
terraform
1918
awscli2
2019
websocat
2120
protobuf

0 commit comments

Comments
 (0)