aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 196260c..13d020e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -11,8 +11,6 @@
devShells.${system}.default = pkgs.mkShell {
packages = with pkgs; [
# base-devel equivalent
- rustc
- cargo
rustup
];