diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 16:47:22 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 16:47:22 +0200 |
commit | 4263463297c2f40e1a338591089f82df35c9b5b8 (patch) | |
tree | baf5df31de417a2b078d3fa935894c0a3cdf3443 /custom | |
parent | 046ae6203ed8dc8162135bb21c4e2ddc1c08b933 (diff) | |
download | nixos-4263463297c2f40e1a338591089f82df35c9b5b8.tar nixos-4263463297c2f40e1a338591089f82df35c9b5b8.tar.gz nixos-4263463297c2f40e1a338591089f82df35c9b5b8.tar.bz2 nixos-4263463297c2f40e1a338591089f82df35c9b5b8.tar.xz nixos-4263463297c2f40e1a338591089f82df35c9b5b8.zip |
typo
Diffstat (limited to 'custom')
-rw-r--r-- | custom/prosody-auth.nix | 2 |
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 |