packages/uptime-kuma: init at 1.15.0
This commit is contained in:
parent
c8a3503292
commit
77c33ddba7
1 changed files with 13 additions and 0 deletions
|
@ -29,6 +29,19 @@ in
|
||||||
in
|
in
|
||||||
lib.recursiveUpdate ghost { meta.platforms = [ "x86_64-linux" ]; };
|
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; };
|
hyprspace = pkgs.callPackage ./networking/hyprspace { iproute2mac = null; };
|
||||||
|
|
||||||
minio-console = pkgs.callPackage ./servers/minio-console { };
|
minio-console = pkgs.callPackage ./servers/minio-console { };
|
||||||
|
|
Loading…
Reference in a new issue