7 lines
84 B
Nix
7 lines
84 B
Nix
{ ... }:
|
|
{
|
|
flake.overlays = {
|
|
libsOverlay = import ../lib/default.nix;
|
|
};
|
|
}
|