summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-21 16:45:58 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-07-21 16:45:58 +0200
commite8456f4cda4cf63c2e3564e540d2894492da1516 (patch)
tree756e755086d446af46483f6dd5ac2c51a6f8cb38
parent7fac6b5d1827b5d6713bfe9cdd9c15688d98621c (diff)
downloadnixos-e8456f4cda4cf63c2e3564e540d2894492da1516.tar
nixos-e8456f4cda4cf63c2e3564e540d2894492da1516.tar.gz
nixos-e8456f4cda4cf63c2e3564e540d2894492da1516.tar.bz2
nixos-e8456f4cda4cf63c2e3564e540d2894492da1516.tar.xz
nixos-e8456f4cda4cf63c2e3564e540d2894492da1516.zip
set mode
-rw-r--r--custom/notify-user.nix2
1 files changed, 1 insertions, 1 deletions
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 {
24 ''; 24 '';
25 installPhase = '' 25 installPhase = ''
26 mkdir -p $out/bin 26 mkdir -p $out/bin
27 install notify-${user} $out/bin 27 install -m 755 notify-${user} $out/bin
28 ''; 28 '';
29} 29}