diff options
| author | andromeda <andromeda@lenovo> | 2026-01-24 18:49:56 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-24 18:49:56 +0100 |
| commit | 371d2b7f9710e4d79951fb4dfe273a9c9eb86091 (patch) | |
| tree | d2a506fb64682dd7ee45b0a73e5063b6839f2165 | |
| parent | 13d057278d42e4bb1eab881ef3cb165280e8fdb7 (diff) | |
builds!
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ ]; preBuild = '' set -x - export PATH=${hs-bindgen-cli}/bin:\$PATH + export PATH=${hs-bindgen-cli}/bin:$PATH ./generate.sh set +x ''; |
