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