[fix] nixos: remove big packages
All checks were successful
/ check (push) Successful in 24s
/ build (docs) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 12s

Remove big packages (gcc & clang) from the default configuration (gate
it behind the dev configuration).
This commit is contained in:
Jalil David Salamé Messina 2024-07-02 09:53:07 +02:00
parent dc130e4723
commit 4e85e68b9d
Signed by: jalil
GPG key ID: F016B9E770737A0B
3 changed files with 3 additions and 4 deletions

View file

@ -32,9 +32,6 @@ in {
security.pam.services.login.gnupg.enable = true;
environment.systemPackages = [
# Dev tools
pkgs.gcc
pkgs.clang
# CLI tools
pkgs.fd
pkgs.bat