diff options
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4,10 +4,8 @@ pkgs.mkShell { buildInputs = with pkgs; [ - rustc - cargo + rustup pkg-config - rust-analyzer gcc ]; } |
