about summary refs log tree commit diff
path: root/nixos/modules/security/polkit.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-10-14 06:03:25 +0200
committerVladimír Čunát <vcunat@gmail.com>2015-10-14 14:32:26 +0200
commit2490848627b43c8393563b8ee50042cc8356a7f2 (patch)
treebcc340a4a8118be56f3e5aba6c3897782c601baa /nixos/modules/security/polkit.nix
parent86cc3d32ac4df74b68cbe0ff7649b5885c0346f2 (diff)
downloadnixlib-2490848627b43c8393563b8ee50042cc8356a7f2.tar
nixlib-2490848627b43c8393563b8ee50042cc8356a7f2.tar.gz
nixlib-2490848627b43c8393563b8ee50042cc8356a7f2.tar.bz2
nixlib-2490848627b43c8393563b8ee50042cc8356a7f2.tar.lz
nixlib-2490848627b43c8393563b8ee50042cc8356a7f2.tar.xz
nixlib-2490848627b43c8393563b8ee50042cc8356a7f2.tar.zst
nixlib-2490848627b43c8393563b8ee50042cc8356a7f2.zip
polkit: split dev and bin outputs
Diffstat (limited to 'nixos/modules/security/polkit.nix')
-rw-r--r--nixos/modules/security/polkit.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/security/polkit.nix b/nixos/modules/security/polkit.nix
index 95b659d96f0f..d23a0baaed02 100644
--- a/nixos/modules/security/polkit.nix
+++ b/nixos/modules/security/polkit.nix
@@ -90,7 +90,7 @@ in
         owner = "root";
         group = "root";
         setuid = true;
-        source = "${pkgs.polkit}/lib/polkit-1/polkit-agent-helper-1";
+        source = "${pkgs.polkit.out}/lib/polkit-1/polkit-agent-helper-1";
       }
     ];