Skip to content

Commit

Permalink
Fix shell.nix
Browse files Browse the repository at this point in the history
rust -> rustPackages
  • Loading branch information
teofr committed Jan 21, 2020
1 parent 2ea2dfe commit e1b8901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs ? import (builtins.fetchTarball "channel:nixos-19.09") {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
rust.cargo
rust.rustc
rustPackages.cargo
rustPackages.rustc
];
}

0 comments on commit e1b8901

Please sign in to comment.