nixos/dbus: Reference correct output of 'dbus'

This commit is contained in:
Tuomas Tynkkynen 2016-05-18 22:57:35 +03:00
parent 8029ee27b6
commit 2132c86c45
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ in
}; };
services.dbus.packages = [ services.dbus.packages = [
pkgs.dbus pkgs.dbus.out
config.system.path config.system.path
]; ];