mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
flake/tests: also expose nixos machine tests as a package
This commit is contained in:
parent
aa62e904d6
commit
2bfedb14dc
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
# expose checks as packages to be built
|
# expose checks as packages to be built
|
||||||
packages = {
|
packages = {
|
||||||
test-home-manager-module = self'.checks.homeManagerModule.driverInteractive;
|
test-home-manager-module = self'.checks.homeManagerModule.driverInteractive;
|
||||||
# test-nixos-module = self'.checks.nixosModule.driverInteractive;
|
test-nixos-module = self'.checks.nixosModule.driverInteractive;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue