summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}