mirror of
https://github.com/numtide/flake-utils.git
synced 2024-11-29 23:30:00 +03:00
7 lines
107 B
Nix
7 lines
107 B
Nix
|
{
|
||
|
description = "Pure Nix flake utility functions";
|
||
|
outputs = { self }: {
|
||
|
lib = import ./.;
|
||
|
};
|
||
|
}
|