nixos/k3s: replace usages of hiPrio with lib.hiPrio

This commit is contained in:
Robert Rose
2025-11-26 20:54:01 +01:00
parent 1784a21cd7
commit 88a9e6ab2a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import ../make-test-python.nix (
name = "k3s-pause-image-env";
paths = with pkgs; [
tini
(hiPrio coreutils)
(lib.hiPrio coreutils)
busybox
];
};
+1 -1
View File
@@ -11,7 +11,7 @@ import ../make-test-python.nix (
name = "k3s-pause-image-env";
paths = with pkgs; [
tini
(hiPrio coreutils)
(lib.hiPrio coreutils)
busybox
];
};