mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Fix system-path with multiout
This commit is contained in:
parent
920b1d3591
commit
31ed92f65f
3 changed files with 11 additions and 19 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue