nix: use testers.nixosTest instead of nixosTest

nixosTest was renamed to testers.nixosTest in nixpkgs.
This commit is contained in:
Kristoffer Dalby
2026-01-08 17:02:13 +00:00
parent d227b3a135
commit f5c779626a

View File

@@ -229,7 +229,7 @@
apps.default = apps.headscale; apps.default = apps.headscale;
checks = { checks = {
headscale = pkgs.nixosTest (import ./nix/tests/headscale.nix); headscale = pkgs.testers.nixosTest (import ./nix/tests/headscale.nix);
}; };
}); });
} }