From 77c33ddba7fd02eea83279bd990b600d1d0f7343 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 27 Apr 2022 17:01:24 +0200 Subject: [PATCH] packages/uptime-kuma: init at 1.15.0 --- packages/projects.nix | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages/projects.nix b/packages/projects.nix index 573b949..40e16e5 100644 --- a/packages/projects.nix +++ b/packages/projects.nix @@ -29,6 +29,19 @@ in in lib.recursiveUpdate ghost { meta.platforms = [ "x86_64-linux" ]; }; + uptime-kuma = let + dream = dream2nix.makeFlakeOutputs { + source = builtins.fetchTree { + type = "github"; + owner = "louislam"; + repo = "uptime-kuma"; + rev = "751924b3355ca44d24ceede1cfdd983383426f5f"; # 1.15.0 + }; + }; + inherit (dream.packages.${system}) uptime-kuma; + in + lib.recursiveUpdate uptime-kuma { meta.platforms = [ "x86_64-linux" ]; }; + hyprspace = pkgs.callPackage ./networking/hyprspace { iproute2mac = null; }; minio-console = pkgs.callPackage ./servers/minio-console { };