summaryrefslogtreecommitdiff
path: root/custom/notify-users.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom/notify-users.nix')
-rw-r--r--custom/notify-users.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/notify-users.nix b/custom/notify-users.nix
index 296195f6..ca2d980a 100644
--- a/custom/notify-users.nix
+++ b/custom/notify-users.nix
@@ -15,7 +15,7 @@ let
15 cp $src notify-user.hs 15 cp $src notify-user.hs
16 ''; 16 '';
17 17
18 inherit user; 18 user = userName;
19 home = config.users.users."${userName}".home; 19 home = config.users.users."${userName}".home;
20 20
21 buildPhase = '' 21 buildPhase = ''