Platform 22.11 #88
1 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
||||||
cinny = pkgs.callPackage ./web-apps/cinny { inherit pins; };
|
cinny = pkgs.callPackage ./web-apps/cinny { inherit pins; };
|
||||||
|
|
||||||
excalidraw = let
|
excalidraw = let
|
||||||
dream = dream2nix.makeOutputs {
|
dream = dream2nix.dream2nix-interface.makeOutputs {
|
||||||
source = pins.excalidraw;
|
source = pins.excalidraw;
|
||||||
};
|
};
|
||||||
inherit (dream.packages) excalidraw;
|
inherit (dream.packages) excalidraw;
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
excalidraw // { webroot = "${excalidraw}/${excalidraw.webPath}"; };
|
excalidraw // { webroot = "${excalidraw}/${excalidraw.webPath}"; };
|
||||||
|
|
||||||
uptime-kuma = let
|
uptime-kuma = let
|
||||||
dream = dream2nix.makeOutputs {
|
dream = dream2nix.dream2nix-interface.makeOutputs {
|
||||||
source = pins.uptime-kuma;
|
source = pins.uptime-kuma;
|
||||||
};
|
};
|
||||||
inherit (dream.packages) uptime-kuma;
|
inherit (dream.packages) uptime-kuma;
|
||||||
|
|
Loading…
Add table
Reference in a new issue