mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 01:56:13 +01:00
overlays to {}
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
591ccf4893
commit
4981c1acc6
|
@ -23,6 +23,7 @@ in
|
||||||
overlays = mkOption {
|
overlays = mkOption {
|
||||||
description = "Overlays which should be loaded for all versions of nixpkgs";
|
description = "Overlays which should be loaded for all versions of nixpkgs";
|
||||||
type = with types; attrsOf unspecified;
|
type = with types; attrsOf unspecified;
|
||||||
|
default = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue