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
|
|
|
|
2024-06-22 17:56:18 +00:00
|
|
|
outputs = _: { lib = import ./src; };
|
2024-06-01 11:00:53 +00:00
|
|
|
}
|