fix(son/doc): avoid eval warnings
This commit is contained in:
parent
f315e3c7c3
commit
f37b392163
2 changed files with 2 additions and 1 deletions
|
@ -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 // {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue