Update nix expression
This commit is contained in:
parent
43f91ebf36
commit
444498e13c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ pkgs ? (import <nixpkgs> {}) }:
|
||||
|
||||
let
|
||||
env = with pkgs.latest.rustChannels.stable; [
|
||||
env = with pkgs.rustChannels.stable; [
|
||||
rust
|
||||
cargo
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue