From 573496399a73e127f92d65d88f0f943b78387d4d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 16 Jul 2015 20:11:59 +0200 Subject: =?UTF-8?q?sudo=20needs=20to=20be=20wrapped=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nix/rebuild-system.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix') diff --git a/nix/rebuild-system.nix b/nix/rebuild-system.nix index 4a8c3e0..f03a2e2 100644 --- a/nix/rebuild-system.nix +++ b/nix/rebuild-system.nix @@ -22,6 +22,7 @@ stdenv.mkDerivation rec { cp $src/rebuild-system $out/bin/ chmod +x $out/bin/rebuild-system wrapProgram $out/bin/rebuild-system \ + --prefix PATH : /var/setuid-wrappers \ --prefix PATH : ${sudo}/bin \ --prefix PATH : ${git}/bin ''; -- cgit v1.2.3