labs/lib/flake.nix

6 lines
143 B
Nix

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