File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11let
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 ] ; } ;
55in
66 with nixpkgs ;
77 stdenv . mkDerivation {
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
You can’t perform that action at this time.
0 commit comments