fix: pkgs.nixosTest -> pkgs.testers.nixosTest
Some checks failed
Build and Push static-server Image / build (push) Failing after 1m46s

This commit is contained in:
Christopher Mühl 2026-02-18 13:33:20 +01:00
parent e005ac38fd
commit 38792a985f
No known key found for this signature in database
GPG key ID: 925AC7D69955293F

View file

@ -29,7 +29,7 @@
{
packages.${system}.staticServer = staticServer;
checks.${system}.smoke = pkgs.nixosTest {
checks.${system}.smoke = pkgs.testers.nixosTest {
name = "static-server-smoke";
nodes.machine = { ... }: {