flake/tests: also expose nixos machine tests as a package

This commit is contained in:
NotAShelf 2024-05-09 00:54:29 +03:00
parent aa62e904d6
commit 2bfedb14dc
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
# expose checks as packages to be built
packages = {
test-home-manager-module = self'.checks.homeManagerModule.driverInteractive;
# test-nixos-module = self'.checks.nixosModule.driverInteractive;
test-nixos-module = self'.checks.nixosModule.driverInteractive;
};
};
}