aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-02-17 14:32:28 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-02-17 14:32:28 +0100
commitc3d0734a90140c4c05cba85eb6b858979522c4c0 (patch)
treeb8266eee499f0533a05777c8f5b2e7aa3b99f0bf
parent1639835c694741752af3752606f2646d9dd37d1a (diff)
fixed flake to use rustup for everyything
-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
];