nixpkgs/nixos/modules
aszlig 7447bdc523
nixos/plasma5: Fix eval of colord-kde/wacomtablet
Regression introduced by 053b05d14d.

The commit in question essentially removed the "with pkgs;" from the
scope around the various packages added to environment.systemPackages.

Since services.colord.enable and services.xserver.wacom.enable are false
by default, the change above didn't directly result in an evaluation
error.

Tested evaluation before and after this change via:

  for cfg in hardware.bluetooth.enable \
             networking.networkmanager.enable \
             hardware.pulseaudio.enable \
             powerManagement.enable \
             services.colord.enable \
             services.samba.enable \
             services.xserver.wacom.enable; do
    nix-instantiate --eval nixos --arg configuration '{
      services.xserver.desktopManager.plasma5.enable = true;
      '"$cfg"' = true;
    }' -A config.environment.systemPackages > /dev/null
  done

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @ttuegel
2020-09-15 01:19:15 +02:00
..
config Merge pull request #97171 from davidak/defaultPackages 2020-09-08 19:40:45 -04:00
hardware nixos/device-tree: improve overlays support 2020-09-09 16:34:58 +02:00
i18n/input-method nixos/modules: remove trailing whitespace 2020-08-07 14:45:39 +01:00
installer nixos/tools/nixos-install: add jq to path 2020-09-11 13:03:03 -04:00
misc nixos/nixpkgs.nix: Correct crossSystem default literal 2020-08-26 13:35:35 +02:00
profiles nixos/installer: enable sshd by default 2020-09-06 20:26:08 +02:00
programs nixos/qt5ct: do not require qtstyleplugins 2020-09-09 22:30:32 +02:00
security Merge pull request #97303 from martinetd/systemd-confinement-list 2020-09-10 21:17:17 +02:00
services nixos/plasma5: Fix eval of colord-kde/wacomtablet 2020-09-15 01:19:15 +02:00
system nixos/systemd-boot: Temporarily ignore errors 2020-09-10 20:56:04 +02:00
tasks Revert "Merge #96844: nixos/nfsd: run rpc-statd as a normal user" 2020-09-10 21:31:35 +02:00
testing nixos/testing: remove remaining coverage-data logic 2020-09-05 16:07:59 +02:00
virtualisation Revert "nixos/qemu-vm: support nix run" 2020-09-06 19:45:10 -04:00
module-list.nix nixos/epgstation: add module 2020-09-12 00:34:47 +09:00
rename.nix nixos/deepin: register as a removed module 2020-09-01 19:42:08 -03:00