packages: update to new dream2nix interface
This commit is contained in:
parent
47bb1e964d
commit
eaafc67ba0
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue