infrastructure/nixos-modules/system/overlays.nix
2025-03-25 14:10:54 +02:00

8 lines
72 B
Nix

{
options,
...
}:
{
nix.nixPath = options.nix.nixPath.default;
}