test: add NixOS VM test for pi-agent module
This commit is contained in:
@@ -105,6 +105,13 @@
|
||||
${pkgs.alejandra}/bin/alejandra --check ${./.}
|
||||
touch $out
|
||||
'';
|
||||
|
||||
# NixOS VM test for pi-agent module (x86_64-linux only)
|
||||
pi-agent-vm-test =
|
||||
if system == "x86_64-linux"
|
||||
then
|
||||
pkgs.nixosTest (import ./tests/nixos/pi-agent-test.nix {inherit pkgs;})
|
||||
else {};
|
||||
});
|
||||
|
||||
# Templates for creating new packages/modules
|
||||
|
||||
Reference in New Issue
Block a user