1
0
Fork 0
mirror of https://github.com/numtide/flake-utils.git synced 2024-12-14 11:47:31 +00:00
flake-utils/flake.nix
2020-05-30 00:39:37 +02:00

6 lines
107 B
Nix

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