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

7 lines
97 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
{
shoreline = callPackage ./shoreline { };
}