Remove rustup

This commit is contained in:
2024-06-20 23:22:48 -07:00
parent 909a838063
commit 2001b89c8b

View File

@@ -1,7 +1,6 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
rustup
(vscode-with-extensions.override {
vscodeExtensions = import ./vscode-extensions.nix { inherit pkgs; };
})