summaryrefslogtreecommitdiff
path: root/custom/notify-user.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom/notify-user.nix')
-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 f7fbc7c0..d1716e05 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 cp notify-${user} $out/bin 27 install notify-${user} $out/bin
28 ''; 28 '';
29} 29}