diff --git a/lib/tests/modules.sh b/lib/tests/modules.sh index 4690e380ce3c..da8c02e35ba8 100755 --- a/lib/tests/modules.sh +++ b/lib/tests/modules.sh @@ -180,7 +180,8 @@ checkConfigOutput "true" config.submodule.inner ./declare-submoduleWith-modules. checkConfigOutput "true" config.submodule.outer ./declare-submoduleWith-modules.nix ## Paths should be allowed as values and work as expected -checkConfigOutput "true" config.submodule.enable ./declare-submoduleWith-path.nix +# Temporarily disabled until https://github.com/NixOS/nixpkgs/pull/76861 +#checkConfigOutput "true" config.submodule.enable ./declare-submoduleWith-path.nix cat <