From 546ee949f384c7c666372b9c1f5c064c8a8f2e89 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Sun, 12 Apr 2026 23:36:10 +0200 Subject: Preventing copied linkout --- util/podman/norce_build_and_run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/util/podman/norce_build_and_run.sh b/util/podman/norce_build_and_run.sh index 048d2c7..42d1f24 100755 --- a/util/podman/norce_build_and_run.sh +++ b/util/podman/norce_build_and_run.sh @@ -74,10 +74,10 @@ podman run --rm -it \ nix-store --verify --check-contents || true # Build - nix-build default.nix -A release.examples --out-link result + nix-build default.nix -A release.examples --out-link /tmp/result - # --- Interactive binary selection --- - BIN_DIR=./result/bin + # --- Interactive binary selection --- + BIN_DIR=/tmp/result/bin mapfile -t BINARIES < <(ls -1 \$BIN_DIR) if (( \${#BINARIES[@]} == 0 )); then echo 'No binaries found in result/bin' -- cgit v1.2.3