File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33set -e
44
55echo " 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 "
99echo " PATH: $PATH "
1010
1111# Start Podman machine if not running
Original file line number Diff line number Diff line change 33set -e
44
55echo " 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 "
99echo " PATH: $PATH "
1010
1111# Start Podman machine if not running
You can’t perform that action at this time.
0 commit comments