fix: use pkgs.nixosTest, not nixpkgs.lib.nixosTest
Some checks failed
Build and Push static-server Image / build (push) Failing after 17s

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

View file

@ -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 = { ... }: {