From 2fc75163e942c78c9d30f4ac84affb97842d2f1b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 30 Sep 2015 16:47:47 +0200 Subject: typo --- custom/prosody-auth.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { source $stdenv/setup mkdir -p $out - cp -rv mod_auth_custom $out + cp -rv $src/mod_auth_custom $out ''; } -- cgit v1.2.3