diff options
Diffstat (limited to 'custom/prosody-auth.nix')
-rw-r--r-- | custom/prosody-auth.nix | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/custom/prosody-auth.nix b/custom/prosody-auth.nix index e020fa90..c77677c5 100644 --- a/custom/prosody-auth.nix +++ b/custom/prosody-auth.nix | |||
@@ -5,13 +5,7 @@ | |||
5 | let | 5 | let |
6 | in stdenv.mkDerivation { | 6 | in stdenv.mkDerivation { |
7 | name = "prosody-auth"; | 7 | name = "prosody-auth"; |
8 | src = fetchgit (builtins.fromJSON '' | 8 | src = fetchgit (builtins.fromJSON (builtins.readFile ./prosody-auth.json)); |
9 | { | ||
10 | "url": "git://git.yggdrasil.li/prosody_auth", | ||
11 | "rev": "822d502c0bcd9f536356d9922f6886dbe3210ecf", | ||
12 | "sha256": "0829xiawnfpviky55mgixhjxh4fwslcn6q7ihsa977d21x361fsl" | ||
13 | } | ||
14 | ''); | ||
15 | builder = builtins.toFile "builder.sh" '' | 9 | builder = builtins.toFile "builder.sh" '' |
16 | source $stdenv/setup | 10 | source $stdenv/setup |
17 | 11 | ||