about summary refs log tree commit diff
path: root/packages.nix
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-01-19T14·57+0100
committerVincent Ambo <tazjin@gmail.com>2018-01-19T14·57+0100
commitb8aed1e2d6ea35cc2c0c6a6f93982dc5fce59f17 (patch)
tree702ea4050e19021d6d00e6ed2b34cac2f8542e99 /packages.nix
parent5a77ed60d4d0d935cdde649191a1075de41aef26 (diff)
chore(pkgs): Pin Rust release to 1.23.0 (2018-01-04)
Diffstat (limited to '')
-rw-r--r--packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.nix b/packages.nix
index 50c3adb369..14abe88dff 100644
--- a/packages.nix
+++ b/packages.nix
@@ -67,7 +67,7 @@ in {
     unstable.numix-cursor-theme
 
     # Overlay packages:
-    latest.rustChannels.stable.rust
+    (rustChannelOf { date = "2018-01-04"; channel = "stable"; }).rust # Rust 1.23.0
 
     # Custom packages:
     (import pkgs/kontemplate.nix)