flake-utils/flake.nix

8 lines
127 B
Nix

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