[fix] nixos: remove big packages
Remove big packages (gcc & clang) from the default configuration (gate it behind the dev configuration).
This commit is contained in:
parent
dc130e4723
commit
4e85e68b9d
3 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue