Fix system-path with multiout

This commit is contained in:
Luca Bruno
2015-12-01 15:09:41 +01:00
parent 920b1d3591
commit 31ed92f65f
3 changed files with 11 additions and 19 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ in
config = mkIf cfg.enable {
environment.systemPackages = [ pkgs.polkit.bin pkgs.polkit.out ];
environment.systemPackages = [ pkgs.polkit ];
systemd.packages = [ pkgs.polkit.out ];