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

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