add nixos vm test for matrix-ops-bot module

This commit is contained in:
Abel Luck 2026-03-05 16:14:10 +01:00
parent 7c9b42fe56
commit ecfc7c8241
2 changed files with 55 additions and 0 deletions

View file

@ -220,6 +220,9 @@
ruff = ruffCheck;
pyright = pyrightCheck;
}
// pkgs.lib.optionalAttrs pkgs.stdenv.isLinux {
nixos-module = pkgs.testers.runNixOSTest (import ./nix/tests/matrix-ops-bot.nix self);
}
);
devShells = forAllSystems (pkgs: {