1 2 3 4 5
{ description = "Library of low-level helper functions for nix expressions."; outputs = { self }: { lib = import ./.; }; }