diff options
Diffstat (limited to 'custom/notify-users.nix')
-rw-r--r-- | custom/notify-users.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custom/notify-users.nix b/custom/notify-users.nix index 82cbcc6c..296195f6 100644 --- a/custom/notify-users.nix +++ b/custom/notify-users.nix | |||
@@ -15,8 +15,8 @@ let | |||
15 | cp $src notify-user.hs | 15 | cp $src notify-user.hs |
16 | ''; | 16 | ''; |
17 | 17 | ||
18 | inherit userName; | 18 | inherit user; |
19 | userHome = config.users.users."${userName}".home; | 19 | home = config.users.users."${userName}".home; |
20 | 20 | ||
21 | buildPhase = '' | 21 | buildPhase = '' |
22 | substituteAllInPlace notify-user.hs | 22 | substituteAllInPlace notify-user.hs |