10 lines
99 B
Nix
10 lines
99 B
Nix
{
|
|
outputs =
|
|
{
|
|
...
|
|
}:
|
|
{
|
|
overlays.default = import ./overlay.nix;
|
|
};
|
|
}
|