chore: remove nix mentions from rust

This commit is contained in:
2026-05-30 12:10:37 +09:00
parent b981bbd87b
commit 2533a3d5d3
2 changed files with 15 additions and 16 deletions
+2 -2
View File
@@ -126,8 +126,8 @@ fn point_pod_command_at_true() {
}
}
/// `/bin/true` only exists on FHS-compliant systems. On Nix, resolve it
/// via PATH so the tests work regardless of distro.
/// `/bin/true` only exists on FHS-compliant systems. Resolve it via PATH
/// so the tests work regardless of distro.
fn which_true() -> String {
for dir in std::env::var_os("PATH")
.map(|p| std::env::split_paths(&p).collect::<Vec<_>>())