Hi @blaggacao
For latest version of nix e.g. 2.32.1 install with https://github.com/cachix/install-nix-action
|
out="$(nix derivation show "$actionDrv^out" | jq -r '.[].outputs.out.path')" |
the path no longer prefix with /nix/store/
|
function _run() { . "$out"; } |
therefore above line will show No such file or directory error
Hi @blaggacao
For latest version of nix e.g. 2.32.1 install with https://github.com/cachix/install-nix-action
std-action/run/execute.sh
Line 61 in 4d88d45
the path no longer prefix with
/nix/store/std-action/run/execute.sh
Line 94 in 4d88d45
therefore above line will show
No such file or directoryerror