labs/lib/flake.nix

8 lines
149 B
Nix

{
description = "A NixPkgs library replacement containing helper functions and a module system.";
outputs = _: {
lib = import ./src;
};
}