overlays to {}

Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
Magic_RB 2021-09-14 21:59:21 +02:00
parent 591ccf4893
commit 4981c1acc6
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -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 = {};
}; };
}; };