switch-to-configuration-ng: add switchTest to passthru.tests

This makes ofborg more helpful in CI.
This commit is contained in:
Jared Baur
2026-02-13 18:50:46 +00:00
parent ea3419a06c
commit b60442013a
@@ -3,6 +3,7 @@
clippy,
dbus,
lib,
nixosTests,
pkg-config,
rustPlatform,
}:
@@ -29,6 +30,8 @@ rustPlatform.buildRustPackage {
cargo clippy -- -Dwarnings
'';
passthru.tests = { inherit (nixosTests) switchTest; };
meta = {
description = "NixOS switch-to-configuration program";
mainProgram = "switch-to-configuration";