flake-utils/flake.nix

7 lines
107 B
Nix

{
description = "Pure Nix flake utility functions";
outputs = { self }: {
lib = import ./.;
};
}