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
Raw Normal View History

2021-10-17 09:24:43 +02:00
final: prev: let
inherit (prev) callPackage;
in
2021-10-17 10:19:25 +02:00
{
2021-10-17 10:35:40 +02:00
pixelpwnr = callPackage ./pixelpwnr/client.nix { };
2021-10-17 10:19:25 +02:00
shoreline = callPackage ./shoreline { };
2021-10-17 10:27:11 +02:00
sturmflut = callPackage ./sturmflut { };
2021-10-17 10:19:25 +02:00
}