diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 16:47:47 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-09-30 16:47:47 +0200 |
| commit | 2fc75163e942c78c9d30f4ac84affb97842d2f1b (patch) | |
| tree | f0e0872f7cfd5b12559a824c66a3ef07b82f7766 /custom | |
| parent | 4263463297c2f40e1a338591089f82df35c9b5b8 (diff) | |
| download | nixos-2fc75163e942c78c9d30f4ac84affb97842d2f1b.tar nixos-2fc75163e942c78c9d30f4ac84affb97842d2f1b.tar.gz nixos-2fc75163e942c78c9d30f4ac84affb97842d2f1b.tar.bz2 nixos-2fc75163e942c78c9d30f4ac84affb97842d2f1b.tar.xz nixos-2fc75163e942c78c9d30f4ac84affb97842d2f1b.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 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 | } |
