labs/lib/flake.nix

8 lines
149 B
Nix
Raw Normal View History

2024-06-01 11:00:53 +00:00
{
2024-06-05 02:04:40 +00:00
description = "A NixPkgs library replacement containing helper functions and a module system.";
2024-06-01 11:00:53 +00:00
outputs = _: {
lib = import ./src;
};
}