mirror of
https://github.com/juanfont/headscale.git
synced 2026-01-23 02:24:10 +00:00
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;
|
||||
|
||||
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