nixpkgs/nixos/modules/services
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
..
admin nixos/oxidized: add missing slash to PIDFile path 2020-01-06 16:58:54 +01:00
amqp treewide: add bool type to enable options, or make use of mkEnableOption 2020-04-21 08:55:36 +02:00
audio Merge pull request #95599 from doronbehar/module/mpd/passwordFile 2020-09-11 09:11:13 +03:00
backup nixos/doc/borgbackup: correct install instructions for vorta 2020-09-06 22:44:37 +02:00
cluster kubernetes: fix certificate generation 2020-09-10 13:07:32 +02:00
computing nixos/modules: remove trailing whitespace 2020-08-07 14:45:39 +01:00
continuous-integration nixos/hercules-ci-agent: init 2020-08-23 20:13:15 +02:00
databases Merge pull request #97758 from yorickvP/patch-3 2020-09-11 23:11:59 +02:00
desktops Merge pull request #96042 from rnhmjoj/loaOf 2020-09-02 08:45:37 -04:00
development nixos/lorri: add package option 2020-09-07 15:46:15 +02:00
editors Fix typo in services/editors/emacs documentation 2020-08-27 16:58:52 -04:00
games nixos/terraria: allow dataDir to be configured (#89033) 2020-09-05 16:37:52 -04:00
hardware Merge pull request #96042 from rnhmjoj/loaOf 2020-09-02 08:45:37 -04:00
logging Merge pull request #89785 from buckley310/logstash 2020-08-22 14:07:20 +02:00
mail nixos/mailhog: run with DynamicUser 2020-09-07 17:56:53 +08:00
misc Merge pull request #93424 from helsinki-systems/feat/gitlab-mailroom 2020-09-06 15:34:02 +02:00
monitoring nixos/datadog: allow specifying dd_url (#97775) 2020-09-12 21:02:20 +02:00
network-filesystems nixos/samba: install package when module is enabled 2020-09-11 15:28:01 +02:00
networking nixos/shadowsocks: add test without plugin 2020-09-14 22:35:05 +02:00
printing nixos/printing: make access to web-interface configurable 2020-04-25 19:48:34 +02:00
scheduling nixos/marathon: remove module 2020-08-15 16:59:58 +02:00
search solr: drop 7.x series 2020-01-18 08:50:35 -05:00
security nixos/bitwarden_rs: add environmentFile option 2020-09-07 17:39:53 +02:00
system nixos: remove StandardOutput=syslog, StandardError=syslog lines 2020-08-13 18:49:15 +02:00
torrent Merge pull request #95522 from doronbehar/fix/transmission 2020-08-17 19:54:48 +01:00
ttys treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
video nixos/epgstation: add module 2020-09-12 00:34:47 +09:00
wayland nixos/cage: supply pamEnvironment 2020-08-27 10:11:45 -05:00
web-apps nixos/jitsi-meet: add docs 2020-09-09 22:18:20 -07:00
web-servers nixos/nginx: remove option enableSandbox 2020-09-10 08:19:20 +03:00
x11 nixos/plasma5: Fix eval of colord-kde/wacomtablet 2020-09-15 01:19:15 +02:00