flake-utils/flake.nix
2020-05-30 00:39:37 +02:00

7 lines
107 B
Nix

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