From 5bd8c3177f9ef1991fb94e2b919818e9a1128ead Mon Sep 17 00:00:00 2001 From: chesedo Date: Fri, 5 Apr 2024 10:36:53 +0100 Subject: [PATCH] misc: nix shell --- shell.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/shell.nix b/shell.nix index 8297f8f3b..ac00663b8 100644 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1,7 @@ let moz_overlay = import (builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz); # Pin to stable from https://status.nixos.org/ - nixpkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/596a8e828c5dfa504f91918d0fa4152db3ab5502.tar.gz") { overlays = [ moz_overlay ]; }; + nixpkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/219951b495fc2eac67b1456824cc1ec1fd2ee659.tar.gz") { overlays = [ moz_overlay ]; }; in with nixpkgs; stdenv.mkDerivation { @@ -11,11 +11,10 @@ in openssl ]; buildInputs = with nixpkgs; [ - ((rustChannelOf{ channel = "1.75.0"; }).rust.override { + ((rustChannelOf{ channel = "1.77.1"; }).rust.override { extensions = ["rust-src"]; }) cargo-watch - terraform awscli2 websocat protobuf