diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/prosody-auth.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/custom/prosody-auth.nix b/custom/prosody-auth.nix index 21629e4a..55d3ff54 100644 --- a/custom/prosody-auth.nix +++ b/custom/prosody-auth.nix | |||
@@ -10,4 +10,10 @@ in stdenv.mkDerivation { | |||
10 | rev = "eb68d998a10b436194cc81f9a64620606b1bd216"; | 10 | rev = "eb68d998a10b436194cc81f9a64620606b1bd216"; |
11 | sha256 = "e13bd6ba909ed479e85e32a11a16a1b953c643b85c0d54ec0d94be674ed31cea"; | 11 | sha256 = "e13bd6ba909ed479e85e32a11a16a1b953c643b85c0d54ec0d94be674ed31cea"; |
12 | }; | 12 | }; |
13 | builder = builtins.toFile "builder.sh" '' | ||
14 | source $stdenv/profile | ||
15 | |||
16 | mkdir -p $out | ||
17 | cp -rv mod_auth_custom $out | ||
18 | ''; | ||
13 | } | 19 | } |