mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
nixos/perlless: disable NixOS documentation
NixOS documentation seems to come at the cost of another Perl dependency, and is currently not disabled-by-default in the `perlless` profile. Consider this dependency path before the change: ``` $ nix why-depends .#some-image /nix/store/3vq9qasxlqpyq1k95nq3s13g2m6w59ay-perl-5.40.0 /nix/store/gn02dmslv3vihbwgfajws1g3ic9fj1m0-microvm-image-1-rc1 └───/nix/store/pmwncx8ja7h65zr0z9kvjncdxkymvd82-system-path └───/nix/store/mahxsvm46200qb879bxpdvpmamzss21c-nixos-help └───/nix/store/0ni8bklq7ykmbnidys169z1s9cagkm66-nixos-help └───/nix/store/ybl3snmpzjhna4vh8rs4zfrrky0q7xd4-w3m-0.5.3+git20230121 └───/nix/store/3vq9qasxlqpyq1k95nq3s13g2m6w59ay-perl-5.40.0 ``` After the change: ``` $ nix why-depends .#some-image /nix/store/3vq9qasxlqpyq1k95nq3s13g2m6w59ay-perl-5.40.0 'git+file:///some/path#some-image' does not depend on '/nix/store/3vq9qasxlqpyq1k95nq3s13g2m6w59ay-perl-5.40.0' ```
This commit is contained in:
parent
afb08a9a49
commit
91103e7d7c
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
boot.loader.grub.enable = lib.mkDefault false;
|
||||
environment.defaultPackages = lib.mkDefault [ ];
|
||||
documentation.info.enable = lib.mkDefault false;
|
||||
documentation.nixos.enable = lib.mkDefault false;
|
||||
|
||||
# Check that the system does not contain a Nix store path that contains the
|
||||
# string "perl".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue