lib/flake.nix

5 lines
149 B
Nix

{
description = "Aux Lib, a pure Nix library complete with a module system and extended type support.";
outputs = _: { lib = import ./src; };
}