nixpkgs/nixos/modules
Vladimír Čunát fd3927ac29
coreutils: split a coreutils-full version
- default coreutils is stripped of /share/ (11 -> 2 MiB)
- coreutils-full retains /share/ and adds openssl for faster *sum tools
- NixOS systemPackages contains coreutils-full
- *Support parameter defaults are moved inside
  (it seemed confusing to have `? false` and "at once" with `? isLinux`)

Closure considerations:
+ typical build-time closure will get lighter by ~9 MiB
- typical closure of NixOS installation will grow by ~2 MiB,
  due to referring to both versions.  I think it would be possible to
  re-use most of the utils between the two versions, but the expression
  would get much more complex.

I considered having stdenv with minimal coreutils and the default
`coreutils` attribute being full, but it turned out there were too many
trivial references in nixpkgs, so it didn't seem easy to keep rebuild
impact of openssl from growing significantly.
2018-08-28 22:17:07 +02:00
..
config coreutils: split a coreutils-full version 2018-08-28 22:17:07 +02:00
hardware [bot] nixos/*: remove unused arguments in lambdas 2018-07-20 20:56:59 +00:00
i18n/input-method options.i18n.inputMethod.package: fix type (#43239) 2018-07-09 22:37:27 +02:00
installer usb-storage -> uas 2018-08-23 01:42:34 +00:00
misc systemd: added groups kvm, render 2018-08-25 05:18:53 +03:00
profiles usb-storage -> uas 2018-08-23 01:42:34 +00:00
programs nixos/oh-my-zsh: add documentation 2018-08-07 15:47:02 +02:00
security Merge pull request #42834 from Synthetica9/patch-1 2018-07-23 11:29:18 -04:00
services Merge pull request #44890 from dywedir/iwd 2018-08-26 17:25:42 +01:00
system nixos/networkd: replace range with assertRange 2018-08-22 00:11:14 +02:00
tasks linuxPackages.zfsUnstable: 2018-05-22 -> 2018-08-13 2018-08-14 14:12:07 +02:00
testing Revert "nixos: rename system.{stateVersion,defaultChannel} -> system.nixos.\1" 2018-07-28 00:12:55 +03:00
virtualisation nixos/qemu-vm: Don't explicitly mknod /dev/vda* 2018-08-16 14:19:41 +03:00
module-list.nix nixos/jupyter: init service 2018-08-26 12:00:54 +02:00
rename.nix Merge branch 'master' into es6 2018-08-23 23:41:27 +02:00