aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-04-09 10:07:33 +0000
committerBlaž Hrastnik2021-04-09 10:29:01 +0000
commit5253f404772ce62256336404b46d6bb9c65e1b10 (patch)
treeb285519216c5818203ebf58090fc6d369f7681ec /shell.nix
parent978f5114d82b51f2327c08faf2bf692181bf2408 (diff)
nix: Switch to stable rust.
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index c80192b5..82af46d4 100644
--- a/shell.nix
+++ b/shell.nix
@@ -2,7 +2,7 @@
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
- (rust-bin.nightly.latest.rust.override { extensions = ["rust-src"]; })
+ (rust-bin.stable.latest.default.override { extensions = ["rust-src"]; })
lld_10
stdenv.cc.cc.lib
# pkg-config