summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-06-02 18:10:54 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-06-02 18:10:54 +0200
commite79f5c73328d7abf540ea55cbbb5a8ef377297a1 (patch)
tree8bc3df7a139156bc48ec8a7a05939e0fa0ccca3e
parent91019c0b1677751daa16b702d2d3e7578d850ec3 (diff)
downloadnixos-e79f5c73328d7abf540ea55cbbb5a8ef377297a1.tar
nixos-e79f5c73328d7abf540ea55cbbb5a8ef377297a1.tar.gz
nixos-e79f5c73328d7abf540ea55cbbb5a8ef377297a1.tar.bz2
nixos-e79f5c73328d7abf540ea55cbbb5a8ef377297a1.tar.xz
nixos-e79f5c73328d7abf540ea55cbbb5a8ef377297a1.zip
...
-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 = ''