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