universe/ulib/default.nix

8 lines
97 B
Nix
Raw Normal View History

2025-03-02 19:00:20 +00:00
{
inputs,
system,
...
}: {
umport = inputs.nypkgs.legacyPackages.${system}.lib.umport;
}