diff --git a/flake.nix b/flake.nix index 0fd6909a..fb433993 100644 --- a/flake.nix +++ b/flake.nix @@ -229,7 +229,7 @@ apps.default = apps.headscale; checks = { - headscale = pkgs.nixosTest (import ./nix/tests/headscale.nix); + headscale = pkgs.testers.nixosTest (import ./nix/tests/headscale.nix); }; }); }