Skip to content

Commit 398c41c

Browse files
committed
chore: fix no more nix-bin.
1 parent b823f84 commit 398c41c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

docker/build/movement/entry.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
set -e
44

55
echo "Debugging nix store..."
6-
ls -al /nix-bin/store
7-
find /nix-bin/store -type d -path '*/bin' | paste -sd: -
8-
export PATH="/nix-bin/store:$(find /nix-bin/store -type d -path '*/bin' | paste -sd: -):$PATH"
6+
ls -al /nix/store
7+
find /nix/store -type d -path '*/bin' | paste -sd: -
8+
export PATH="/nix/store:$(find /nix/store -type d -path '*/bin' | paste -sd: -):$PATH"
99
echo "PATH: $PATH"
1010

1111
# Start Podman machine if not running

docker/build/mtma/entry.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
set -e
44

55
echo "Debugging nix store..."
6-
ls -al /nix-bin/store
7-
find /nix-bin/store -type d -path '*/bin' | paste -sd: -
8-
export PATH="/nix-bin/store:$(find /nix-bin/store -type d -path '*/bin' | paste -sd: -):$PATH"
6+
ls -al /nix/store
7+
find /nix/store -type d -path '*/bin' | paste -sd: -
8+
export PATH="/nix/store:$(find /nix/store -type d -path '*/bin' | paste -sd: -):$PATH"
99
echo "PATH: $PATH"
1010

1111
# Start Podman machine if not running

0 commit comments

Comments
 (0)