1
0
Fork 0
forked from auxolotl/labs
labs/lib/flake.nix

7 lines
149 B
Nix

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