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

5 lines
54 B
Nix

final: prev: let
inherit (prev) callPackage;
in
{ }