forked from auxolotl/labs
8 lines
149 B
Nix
8 lines
149 B
Nix
{
|
|
description = "A NixPkgs library replacement containing helper functions and a module system.";
|
|
|
|
outputs = _: {
|
|
lib = import ./src;
|
|
};
|
|
}
|