summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-21 16:50:02 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-21 16:50:02 +0200
commitab709253db6d34e61ac0cfad83979356ec2c1272 (patch)
tree4455d0c4d669dd1fd1b25f812c50c68fdefa768b
parentdbf03b6b4c335fed8fb928137828da675e16ec3f (diff)
downloadnixos-ab709253db6d34e61ac0cfad83979356ec2c1272.tar
nixos-ab709253db6d34e61ac0cfad83979356ec2c1272.tar.gz
nixos-ab709253db6d34e61ac0cfad83979356ec2c1272.tar.bz2
nixos-ab709253db6d34e61ac0cfad83979356ec2c1272.tar.xz
nixos-ab709253db6d34e61ac0cfad83979356ec2c1272.zip
-rw-r--r--custom/prosody-auth.nix12
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 @@
5let 5let
6in stdenv.mkDerivation { 6in 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