nix: use testers.nixosTest instead of nixosTest
nixosTest was renamed to testers.nixosTest in nixpkgs.
This commit is contained in:
parent
d227b3a135
commit
f5c779626a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue