1
0
Fork 0
mirror of https://github.com/numtide/flake-utils.git synced 2025-03-19 23:03:15 +00:00
flake-utils/flake.nix

7 lines
107 B
Nix
Raw Normal View History

2020-04-11 16:45:25 +02:00
{
description = "Pure Nix flake utility functions";
outputs = { self }: {
lib = import ./.;
};
}