From cda98899f840a68c199fed292ef434d002b9eb9a Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 21 Jul 2016 21:08:38 +0200 Subject: set permissions --- custom/notify-user.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'custom') diff --git a/custom/notify-user.nix b/custom/notify-user.nix index ae8ea56c..f433f4a7 100644 --- a/custom/notify-user.nix +++ b/custom/notify-user.nix @@ -24,6 +24,7 @@ stdenv.mkDerivation { ''; installPhase = '' mkdir -p $out/bin - install -m 755 notify-${user} $out/bin + cp notify-${user} $out/bin + chmod +x $out/bin/notify-${user} ''; } -- cgit v1.2.3