1 2 3 4 5 6 7 8 9
{ inputs = {}; outputs = _: let lib = import ./default.nix {}; in { nixLib = lib; }; }