diff --git a/nixos/tests/k3s/auto-deploy.nix b/nixos/tests/k3s/auto-deploy.nix index d8ca4822abf0..6539284b4e3e 100644 --- a/nixos/tests/k3s/auto-deploy.nix +++ b/nixos/tests/k3s/auto-deploy.nix @@ -11,7 +11,7 @@ import ../make-test-python.nix ( name = "k3s-pause-image-env"; paths = with pkgs; [ tini - (hiPrio coreutils) + (lib.hiPrio coreutils) busybox ]; }; diff --git a/nixos/tests/k3s/single-node.nix b/nixos/tests/k3s/single-node.nix index 4ce38f5ceef0..0a6f688afddc 100644 --- a/nixos/tests/k3s/single-node.nix +++ b/nixos/tests/k3s/single-node.nix @@ -11,7 +11,7 @@ import ../make-test-python.nix ( name = "k3s-pause-image-env"; paths = with pkgs; [ tini - (hiPrio coreutils) + (lib.hiPrio coreutils) busybox ]; };