infrastructure/defaults/base-minimal/overlays.nix

13 lines
147 B
Nix
Raw Normal View History

2024-10-02 15:52:04 +02:00
{
config,
lib,
pkgs,
options,
...
}:
{
nixpkgs.overlays = [ (import ../../overlays) ];
nix.nixPath = options.nix.nixPath.default;
}