infrastructure/nixos-modules/system/overlays.nix

12 lines
147 B
Nix

{
config,
lib,
pkgs,
options,
...
}:
{
nixpkgs.overlays = [ (import ../../overlays) ];
nix.nixPath = options.nix.nixPath.default;
}