From e8456f4cda4cf63c2e3564e540d2894492da1516 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 21 Jul 2016 16:45:58 +0200 Subject: set mode --- custom/notify-user.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/notify-user.nix b/custom/notify-user.nix index d1716e05..ae8ea56c 100644 --- a/custom/notify-user.nix +++ b/custom/notify-user.nix @@ -24,6 +24,6 @@ stdenv.mkDerivation { ''; installPhase = '' mkdir -p $out/bin - install notify-${user} $out/bin + install -m 755 notify-${user} $out/bin ''; } -- cgit v1.2.3