Platform 22.11 #88

Merged
max merged 31 commits from platform-22.11 into master 2022-12-18 17:21:17 +02:00
Showing only changes of commit eaafc67ba0 - Show all commits

View file

@ -36,7 +36,7 @@
cinny = pkgs.callPackage ./web-apps/cinny { inherit pins; };
excalidraw = let
dream = dream2nix.makeOutputs {
dream = dream2nix.dream2nix-interface.makeOutputs {
source = pins.excalidraw;
};
inherit (dream.packages) excalidraw;
@ -44,7 +44,7 @@
excalidraw // { webroot = "${excalidraw}/${excalidraw.webPath}"; };
uptime-kuma = let
dream = dream2nix.makeOutputs {
dream = dream2nix.dream2nix-interface.makeOutputs {
source = pins.uptime-kuma;
};
inherit (dream.packages) uptime-kuma;