lib/types: Allow paths as submodule values

This commit is contained in:
Silvan Mosberger
2020-01-08 23:54:45 +01:00
parent 228a7b173e
commit 6525da6321
3 changed files with 9 additions and 8 deletions
+1 -2
View File
@@ -174,8 +174,7 @@ 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
# Temporarily disabled until https://github.com/NixOS/nixpkgs/pull/76861
#checkConfigOutput "true" config.submodule.enable ./declare-submoduleWith-path.nix
checkConfigOutput "true" config.submodule.enable ./declare-submoduleWith-path.nix
cat <<EOF
====== module tests ======