Update nix expression

This commit is contained in:
Matthias Beyer 2018-10-10 22:43:22 +02:00
parent 43f91ebf36
commit 444498e13c

View file

@ -1,7 +1,7 @@
{ pkgs ? (import <nixpkgs> {}) }: { pkgs ? (import <nixpkgs> {}) }:
let let
env = with pkgs.latest.rustChannels.stable; [ env = with pkgs.rustChannels.stable; [
rust rust
cargo cargo
]; ];