summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-09-30 16:47:47 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-09-30 16:47:47 +0200
commit2fc75163e942c78c9d30f4ac84affb97842d2f1b (patch)
treef0e0872f7cfd5b12559a824c66a3ef07b82f7766
parent4263463297c2f40e1a338591089f82df35c9b5b8 (diff)
downloadnixos-2fc75163e942c78c9d30f4ac84affb97842d2f1b.tar
nixos-2fc75163e942c78c9d30f4ac84affb97842d2f1b.tar.gz
nixos-2fc75163e942c78c9d30f4ac84affb97842d2f1b.tar.bz2
nixos-2fc75163e942c78c9d30f4ac84affb97842d2f1b.tar.xz
nixos-2fc75163e942c78c9d30f4ac84affb97842d2f1b.zip
typo
-rw-r--r--custom/prosody-auth.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/prosody-auth.nix b/custom/prosody-auth.nix
index f5b085de..4fc02b41 100644
--- a/custom/prosody-auth.nix
+++ b/custom/prosody-auth.nix
@@ -14,6 +14,6 @@ in stdenv.mkDerivation {
14 source $stdenv/setup 14 source $stdenv/setup
15 15
16 mkdir -p $out 16 mkdir -p $out
17 cp -rv mod_auth_custom $out 17 cp -rv $src/mod_auth_custom $out
18 ''; 18 '';
19} 19}