nixos/lib/testing: expose options

This commit is contained in:
Robert Hensing
2026-09-08 15:51:10 +02:00
parent cac2577c87
commit ed78e81f52

View File

@@ -195,6 +195,7 @@ in
# useful for inspection (debugging / exploration)
passthru.config = config;
passthru.options = options;
/**
For discoverTests only. Deprecated. Will be removed when discoverTests can be removed from NixOS all-tests.nix.