summaryrefslogtreecommitdiff
path: root/custom/prosody-auth.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-09-30 16:47:22 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-09-30 16:47:22 +0200
commit4263463297c2f40e1a338591089f82df35c9b5b8 (patch)
treebaf5df31de417a2b078d3fa935894c0a3cdf3443 /custom/prosody-auth.nix
parent046ae6203ed8dc8162135bb21c4e2ddc1c08b933 (diff)
downloadnixos-4263463297c2f40e1a338591089f82df35c9b5b8.tar
nixos-4263463297c2f40e1a338591089f82df35c9b5b8.tar.gz
nixos-4263463297c2f40e1a338591089f82df35c9b5b8.tar.bz2
nixos-4263463297c2f40e1a338591089f82df35c9b5b8.tar.xz
nixos-4263463297c2f40e1a338591089f82df35c9b5b8.zip
typo
Diffstat (limited to 'custom/prosody-auth.nix')
-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 55d3ff54..f5b085de 100644
--- a/custom/prosody-auth.nix
+++ b/custom/prosody-auth.nix
@@ -11,7 +11,7 @@ in stdenv.mkDerivation {
11 sha256 = "e13bd6ba909ed479e85e32a11a16a1b953c643b85c0d54ec0d94be674ed31cea"; 11 sha256 = "e13bd6ba909ed479e85e32a11a16a1b953c643b85c0d54ec0d94be674ed31cea";
12 }; 12 };
13 builder = builtins.toFile "builder.sh" '' 13 builder = builtins.toFile "builder.sh" ''
14 source $stdenv/profile 14 source $stdenv/setup
15 15
16 mkdir -p $out 16 mkdir -p $out
17 cp -rv mod_auth_custom $out 17 cp -rv mod_auth_custom $out