diff options
| -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 |
