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