Skip to content

Commit

Permalink
Switch to testers.runNixOSTest
Browse files Browse the repository at this point in the history
`nixosTest` is to-be-depercated, see here:
        NixOS/nixpkgs#293891
  • Loading branch information
yfyf committed Sep 24, 2024
1 parent a9e2269 commit 5dda177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing/integration/rauc-statusfile-recovery.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let
pkgs = import ../../pkgs { };
in
pkgs.nixosTest {
pkgs.testers.runNixOSTest {
name = "rauc statusfile recovery";

nodes = {
Expand Down
2 changes: 1 addition & 1 deletion testing/integration/remote-maintenance.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let
pkgs = import ../../pkgs { };
in
pkgs.nixosTest {
pkgs.testers.runNixOSTest {
name = "remote maintenance";

nodes = {
Expand Down

0 comments on commit 5dda177

Please sign in to comment.