fix: pkgs.nixosTest -> pkgs.testers.nixosTest
Some checks failed
Build and Push static-server Image / build (push) Failing after 1m46s
Some checks failed
Build and Push static-server Image / build (push) Failing after 1m46s
This commit is contained in:
parent
e005ac38fd
commit
38792a985f
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
||||||
{
|
{
|
||||||
packages.${system}.staticServer = staticServer;
|
packages.${system}.staticServer = staticServer;
|
||||||
|
|
||||||
checks.${system}.smoke = pkgs.nixosTest {
|
checks.${system}.smoke = pkgs.testers.nixosTest {
|
||||||
name = "static-server-smoke";
|
name = "static-server-smoke";
|
||||||
|
|
||||||
nodes.machine = { ... }: {
|
nodes.machine = { ... }: {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue