Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After NixOS#363168, houdini can't run anymore becase of infinite loop in shell script. `extraInstallCommands` of NixOS#363168 gives such script `$out/bin/houdini`: ```bash \#!${stdenv.shell} exec $out/bin/houdini ${unwrapped}/bin/houdini "$@" ``` This script exec itself infinitely.
- Loading branch information