Move defaults/base-minimal to nixos-modules/system
This commit is contained in:
parent
0abeadc533
commit
94510a8cd9
9 changed files with 0 additions and 2 deletions
12
nixos-modules/system/overlays.nix
Normal file
12
nixos-modules/system/overlays.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
options,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
nixpkgs.overlays = [ (import ../../overlays) ];
|
||||
nix.nixPath = options.nix.nixPath.default;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue