alina 🌸A
Denoβ€’6mo agoβ€’
5 replies
alina 🌸

any way to skip setting up binaries?

im building a deno project with nix, and since some recent version (problem arised when i bumped nixpkgs) i started getting this error:

error: builder for '/nix/store/b9l6jmzyp52wfscr870znpdx19lpr93k-gitea-catppuccin.drv' failed with exit code 1;
       last 25 log lines:
       > Initialize sass@1.86.3
       > Initialize ajv@8.17.1
       > Initialize @parcel/watcher@2.5.1
       > Initialize chokidar@4.0.3
       > Initialize immutable@5.1.1
       > Initialize source-map-js@1.2.1
       > Initialize fast-uri@3.0.6
       > Initialize json-schema-traverse@1.0.0
       > Initialize fast-deep-equal@3.1.3
       > Initialize require-from-string@2.0.2
       > Initialize @parcel/watcher-linux-x64-musl@2.5.1
       > Initialize detect-libc@1.0.3
       > Initialize node-addon-api@7.1.1
       > Initialize @parcel/watcher-linux-x64-glibc@2.5.1
       > Initialize micromatch@4.0.8
       > Initialize is-glob@4.0.3
       > Initialize readdirp@4.1.2
       > Initialize picomatch@2.3.1
       > Initialize braces@3.0.3
       > Initialize is-extglob@2.1.1
       > Initialize fill-range@7.1.1
       > Initialize to-regex-range@5.0.1
       > Initialize is-number@7.0.0
       > error: Can't set up 'detect-libc' bin at /build/source/node_modules/.deno/detect-libc@1.0.3/node_modules/detect-libc/./bin/detect-libc.js
       >     0: Permission denied (os error 13)
       For full logs, run:
         nix log /nix/store/b9l6jmzyp52wfscr870znpdx19lpr93k-gitea-catppuccin.drv
Was this page helpful?