From 11a1581979b9cc56f2c6c7bd0568c5f1502425fd Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 30 Sep 2015 16:30:39 +0200 Subject: first work on custom auth module --- custom/prosody-auth.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 custom/prosody-auth.nix diff --git a/custom/prosody-auth.nix b/custom/prosody-auth.nix new file mode 100644 index 00000000..21629e4a --- /dev/null +++ b/custom/prosody-auth.nix @@ -0,0 +1,13 @@ +{ stdenv +, fetchgit +}: + +let +in stdenv.mkDerivation { + name = "prosody-auth"; + src = fetchgit { + url = "git://git.yggdrasil.li/prosody_auth"; + rev = "eb68d998a10b436194cc81f9a64620606b1bd216"; + sha256 = "e13bd6ba909ed479e85e32a11a16a1b953c643b85c0d54ec0d94be674ed31cea"; + }; +} -- cgit v1.2.3