diff --git a/nix/environments/rust.nix b/nix/environments/rust.nix deleted file mode 100644 index 45afe645..00000000 --- a/nix/environments/rust.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ - buildEnv, - # - pkgs, -}: -buildEnv { - name = "rust"; - paths = with pkgs; [ - gcc - - cargo - rustc - rustfmt - rust-analyzer - ]; -}