This repository has been archived on 2024-01-28. You can view files and clone it, but cannot push or open issues/pull-requests.
pixelflut-nix/default.nix

11 lines
196 B
Nix

final: prev: let
inherit (prev) callPackage;
in
{
pixelpwnr = callPackage ./pixelpwnr/client.nix { };
shoreline = callPackage ./shoreline { };
sturmflut = callPackage ./sturmflut { };
}