all repos — searchix @ ad064dfb954a815f1e5175ab42033fc9e1fb6d02

Search engine for NixOS, nix-darwin, home-manager and NUR users

build: export nixos module and overlay

Alan Pearce
commit

ad064dfb954a815f1e5175ab42033fc9e1fb6d02

parent

895a3b061bb4717955ffbceab3bf3c6ecebacd70

1 file changed, 3 insertions(+), 1 deletion(-)

changed files
M nix/modules/source-options.nixnix/modules/source-options.nix
@@ -1,9 +1,11 @@
-{ cfg }: +{ cfg, settingsFormat }: { config, lib, name, ... }: let inherit (lib) literalExpression mkOption mkEnableOption types; in { + freeformType = settingsFormat.type; + options = { key = mkOption { type = types.strMatching "[a-z0-9_-]*";