This commit is contained in:
andromeda
2026-01-24 18:49:56 +01:00
parent 13d057278d
commit 371d2b7f97

View File

@@ -46,7 +46,7 @@
]; ];
preBuild = '' preBuild = ''
set -x set -x
export PATH=${hs-bindgen-cli}/bin:\$PATH export PATH=${hs-bindgen-cli}/bin:$PATH
./generate.sh ./generate.sh
set +x set +x
''; '';