From 2132c86c45de67842f9b1237f3a0d1f242dce7ec Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Wed, 18 May 2016 22:57:35 +0300 Subject: nixos/dbus: Reference correct output of 'dbus' --- nixos/modules/services/system/dbus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/modules/services') diff --git a/nixos/modules/services/system/dbus.nix b/nixos/modules/services/system/dbus.nix index 434211aaac41..5583a1bcb3ab 100644 --- a/nixos/modules/services/system/dbus.nix +++ b/nixos/modules/services/system/dbus.nix @@ -110,7 +110,7 @@ in }; services.dbus.packages = [ - pkgs.dbus + pkgs.dbus.out config.system.path ]; -- cgit 1.4.1