fix(son/doc): avoid eval warnings

This commit is contained in:
catvayor 2024-12-15 18:12:44 +01:00
parent f315e3c7c3
commit f37b392163
Signed by: lbailly
GPG key ID: CE3E645251AC63F3
2 changed files with 2 additions and 1 deletions

View file

@ -122,6 +122,7 @@
"${infra-source.agenix}/modules/age.nix" "${infra-source.agenix}/modules/age.nix"
"${infra-source.arkheon}/module.nix" "${infra-source.arkheon}/module.nix"
"${infra-source."microvm.nix"}/nixos-modules/host" "${infra-source."microvm.nix"}/nixos-modules/host"
{ system.stateVersion = "25.05"; }
]; ];
specialArgs = { specialArgs = {
lib = infra-nixpkgs.lib // { lib = infra-nixpkgs.lib // {

View file

@ -113,7 +113,7 @@ in
default = { }; default = { };
}; };
paths = mkOption { paths = mkOption {
type = types.listOf types.path; type = types.listOf types.deferredModule;
}; };
ignored-modules = mkOption { ignored-modules = mkOption {
type = types.listOf types.deferredModule; type = types.listOf types.deferredModule;