Nix expr: Include trailing slash on `BIZHAWK_HOME`

This commit is contained in:
YoshiRulz 2024-06-02 07:46:30 +10:00
parent 1a9176e12f
commit 1ebe02e650
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
inputsFrom = [ drv ];
shellHook = ''
export BIZHAWKBUILD_HOME='${builtins.toString ./.}'
export BIZHAWK_HOME="$BIZHAWKBUILD_HOME/output"
export BIZHAWK_HOME="$BIZHAWKBUILD_HOME/output/"
ldLibPath='${lib.makeLibraryPath drv.buildInputs}' # for running tests
if [ -z "$LD_LIBRARY_PATH" ]; then
export LD_LIBRARY_PATH="$ldLibPath"