6 lines
109 B
Nix
6 lines
109 B
Nix
|
{ description = "A collection of tedious nix functions";
|
||
|
outputs = _: {
|
||
|
lib = import ./lib.nix;
|
||
|
};
|
||
|
}
|