diff options
-rw-r--r-- | packages.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.nix b/packages.nix index 50c3adb369b6..14abe88dffed 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) |