nixos/k3s: replace usages of hiPrio with lib.hiPrio
This commit is contained in:
@@ -11,7 +11,7 @@ import ../make-test-python.nix (
|
||||
name = "k3s-pause-image-env";
|
||||
paths = with pkgs; [
|
||||
tini
|
||||
(hiPrio coreutils)
|
||||
(lib.hiPrio coreutils)
|
||||
busybox
|
||||
];
|
||||
};
|
||||
|
||||
@@ -11,7 +11,7 @@ import ../make-test-python.nix (
|
||||
name = "k3s-pause-image-env";
|
||||
paths = with pkgs; [
|
||||
tini
|
||||
(hiPrio coreutils)
|
||||
(lib.hiPrio coreutils)
|
||||
busybox
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user