no need for nixos-shell in the end
This commit is contained in:
parent
bf9d82ed9f
commit
e4158c8677
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs ? (import <nixpkgs>) { }, lib ? pkgs.lib}:
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [ cargo rustc rustfmt nixos-shell ];
|
||||
buildInputs = with pkgs; [ cargo rustc rustfmt ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue