+16
−0
Loading
Since the last update, the gforth code executed during build started to use inaccessible directories during the nix build sandbox. Thus, I patched the code to use working alternatives: - Instead of using `/sys/devices/system/cpu/present` to get the number of cores, now it uses `nproc` - Instead of creating a temporary dir in `~/.cache` it creates it on the current build directory