From 8fd42f49c26a27ba3a7c402c0a62ff59d7802f55 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 6 Jul 2022 14:38:39 -0700 Subject: [PATCH] home packages: remove gcc, rustup --- modules/universal/env/home-packages.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/universal/env/home-packages.nix b/modules/universal/env/home-packages.nix index af312524f..7a90a790d 100644 --- a/modules/universal/env/home-packages.nix +++ b/modules/universal/env/home-packages.nix @@ -5,14 +5,16 @@ # bison # dtc # flex +# gcc # gcc-arm-embedded # gcc_multi +# rustup # swig with pkgs; [ backblaze-b2 duplicity - gcc + # TODO: this should be moved into `nix develop` in blog repo gnumake ifuse ipfs @@ -28,7 +30,6 @@ with pkgs; pulsemixer python3 rmlint - rustup sane-scripts snapper sops @@ -36,6 +37,7 @@ with pkgs; sudo wireguard-tools youtube-dl + # TODO: this should be moved into `nix develop` in blog repo zola ] ++ (if config.colinsane.gui.enable then