Skip to content

Commit

Permalink
nixos/profiles/minimal: drop noXLibs (#341681)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens committed Sep 14, 2024
2 parents 3ee71c8 + da1b2b5 commit cc94fb3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions nixos/modules/installer/cd-dvd/installation-cd-minimal.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
./installation-cd-base.nix
];

# Causes a lot of uncached builds for a negligible decrease in size.
environment.noXlibs = lib.mkOverride 500 false;

documentation.man.enable = lib.mkOverride 500 true;

# Although we don't really need HTML documentation in the minimal installer,
Expand Down
2 changes: 0 additions & 2 deletions nixos/modules/profiles/minimal.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
with lib;

{
environment.noXlibs = mkDefault true;

documentation.enable = mkDefault false;

documentation.doc.enable = mkDefault false;
Expand Down
1 change: 0 additions & 1 deletion nixos/modules/virtualisation/lxc-instance-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
services.openssh.startWhenNeeded = lib.mkDefault true;

# As this is intended as a standalone image, undo some of the minimal profile stuff
environment.noXlibs = false;
documentation.enable = true;
documentation.nixos.enable = true;
services.logrotate.enable = true;
Expand Down

0 comments on commit cc94fb3

Please sign in to comment.