aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix
index 5779d87..9f6b23c 100644
--- a/shell.nix
+++ b/shell.nix
@@ -9,8 +9,8 @@ let
9 nixpkgs-mozilla 9 nixpkgs-mozilla
10 (self: super: 10 (self: super:
11 { 11 {
12 rustc = self.latest.rustChannels.nightly.rust; 12 rustc = self.latest.rustChannels.stable.rust;
13 cargo = self.latest.rustChannels.nightly.rust; 13 cargo = self.latest.rustChannels.stable.rust;
14 } 14 }
15 ) 15 )
16 ]; 16 ];