10 lines
149 B
Nix
10 lines
149 B
Nix
{
|
|
description = "Fudo Nix Helper Functions";
|
|
|
|
outputs = { self, ... }: {
|
|
overlay = import ./overlay.nix;
|
|
|
|
lib = import ./lib.nix;
|
|
};
|
|
}
|