!NhAsaYbbgmzHtXTPQJ:funklause.de

Nix NodeJS

182 Members
52 Servers

Load older messages


SenderMessageTime
25 Jun 2025
@neobrain:matrix.org@neobrain:matrix.org Hi! I'm trying to use fetchYarnDeps for a new derivation but yarn install --offline keeps complaining that it can't make a request in offline mode for packages that clearly should be in the offline store.
Is there anything non-obvious that one needs to do to make this work besides the yarn config set yarn-offline-mirror ${theFetchedYarnDeps} line?
14:47:48
@neobrain:matrix.org@neobrain:matrix.org * Hi! I'm trying to use fetchYarnDeps for a new derivation but yarn install --offline keeps complaining that it can't make a request in offline mode for packages that clearly are in the offline store.
Is there anything non-obvious that one needs to do to make this work besides the yarn config set yarn-offline-mirror ${theFetchedYarnDeps} line?
14:48:06
@neobrain:matrix.org@neobrain:matrix.org oh gosh, I think I finally got it. Seems like additionally calling fixup-yarn-lock yarn.lock is needed to make it work. Gosh I've been fighting with this all afternoon D: 15:05:45
@neobrain:matrix.org@neobrain:matrix.org * oh wow I think I finally got it. Seems like additionally calling fixup-yarn-lock yarn.lock is needed to make it work. Gosh I've been fighting with this all afternoon D: 15:07:17
27 Jun 2025
@redstone-menace:matrix.orgredstone-menace changed their display name from Redstone to R̴̨͕͇͍̞̮̐̅͆̌̀̉̐͋̈́̃̀͒́̎̅̚̚̚͠͝Ĕ̵̡̛͖͖̟̙̫̱͈̘̞̭͍͍͑̌̄͑̓̋̓̀̈̏̈́͊̇͊͆̉͂̏̀̃̚͘͝͝ͅͅD̶̡̢͔̱̖̮͙͉̘̺͓͍̩̮͈͍͗̃̀̏͌͘͜ͅŚ̸̬̭̯̬͙͇͓̬̩̳̤͚͓̤̩̺͉͖̉͛̓̿̎͊̿̆́̐͂̇͌̄̇̓͘ͅͅT̴̞̫̘̝͇͔̟̪̪̦͂̔̎̀̎ͅŎ̷̡̬̹̪͈̭̣͈̭̭͉̦̖̝̘̪͖͔̥̦̘̻̳Ṋ̶̛̫͈̳̘͚̜̔̋͆̅̈́͊̑͊̉̌̈́̾͑̈́̚ͅË̸̡̨̨̛͇̜̖͔͖̻̟̗̠̙͓̘̗̥͉͇̜͑͆͊͑͑̀̓͒͜͝͝.00:57:26
@tumble1999:matrix.orgTumblewhat causes the npm-build-hook setup-hook to kill itself?18:22:36
@tumble1999:matrix.orgTumble
18:25:41
@tumble1999:matrix.orgTumble
bmod> [11ty] Writing /nix/store/n1ki5hpv6qjn517cgw10ssl86bfmm753-bmod-static/servers/index.html from ./_root/servers.html (liquid)
bmod> [11ty] Writing /nix/store/8yzd73k47j7fjsx5f0igxssp282ib0b6-bmod-static/balance/index.html from ./_root/balance.html (liquid)
bmod> [11ty] Writing /nix/store/n7kjqr06ybdqbaqjyihkn4dhzkprgaaf-bmod-static/moddedweapons/index.html from ./_root/moddedweapons.html (liquid)
bmod> [11ty] Writing /nix/store/n7kjqr06ybdqbaqjyihkn4dhzkprgaaf-bmod-static/balance/index.html from ./_root/balance.html (liquid)
bmod> [11ty] Writing /nix/store/n7kjqr06ybdqbaqjyihkn4dhzkprgaaf-bmod-static/asset-pack-test/index.html from ./_root/asset-pack-test.html (liquid)
bmod> /nix/store/21h54w4z8q9k7vjp11kl4xglbh8sfy5f-npm-build-hook/nix-support/setup-hook: line 3:   278 Killed                  npm run ${npmWorkspace+--workspace=$npmWorkspace} "$npmBuildScript" $npmBuildFlags "${npmBuildFlagsArray[@]}" $npmFlags "${npmFlagsArray[@]}"
bmod> ERROR: `npm build` failed
bmod> Here are a few things you can try, depending on the error:
bmod> 1. Make sure your build script (static:build) exists
bmod>   If there is none, set `dontNpmBuild = true`.
bmod> 2. If the error being thrown is something similar to "error:0308010C:digital envelope routines::unsupported", add `NODE_OPTIONS = "--openssl-legacy-provider"` to your derivation
bmod>   See https://github.com/webpack/webpack/issues/14532 for more information.
error: builder for '/nix/store/n2548zdlw6hjfgnkxq9is6x3n9kc2qmv-bmod.drv' failed with exit code 1
error: 1 dependencies of derivation '/nix/store/x1bxxf20ncsby1v5y0jadsjs1bvbdpy2-Caddyfile.drv' failed to build
error: 1 dependencies of derivation '/nix/store/bk0lhrw88ldg2vx04pbbfv9wvp5mnwx1-Caddyfile-formatted.drv' failed to build
error: 1 dependencies of derivation '/nix/store/53xm62vz6cq07wqkakf670vhz5s2rsjd-etc.drv' failed to build
error: 1 dependencies of derivation '/nix/store/gxndj1l21fa3pvq86b2ghlqh05km3c0b-nixos-system-blutsauger-25.11.20250624.30a61f0.drv' failed to build
Command '['nix', '--extra-experimental-features', 'nix-command flakes', 'build', '--print-out-paths', 'gitlab:balancemod/main-site-nixos#nixosConfigurations."blutsauger".config.system.build.toplevel', '--print-build-logs', '--show-trace', '--refresh', '--no-link']' returned non-zero exit status 1.

[tumble@blutsauger:~]$ 
18:26:14
6 Jul 2025
@cathal_mullan:matrix.orgCathal changed their display name from CJ to Cathal.17:17:32
8 Jul 2025
@neobrain:matrix.org@neobrain:matrix.org left the room.12:13:53
5 Dec 2022
@grahamc:nixos.org@grahamc:nixos.org changed the history visibility to "world_readable" from "shared".14:44:17
@hexa:lossy.networkhexaThanks14:44:25
@winterqt:nixos.devWinter (she/her)
In reply to @hexa:lossy.network
Thanks
it doesn't look like he read the message, are you sure it wasn't just your server syncing the history :P
14:45:19
@hexa:lossy.networkhexa?14:45:48
@aktaboot:tchncs.deaktaboot

grahamc (he/him) made the room history world readable. Events may be now read by non-joined people.

14:46:07
@grahamc:nixos.org@grahamc:nixos.orgonly future history14:46:16
@aktaboot:tchncs.deaktaboot *

grahamc (he/him) made the room history world readable. Events may be now read by non-joined people.

14:46:21
@hexa:lossy.networkhexaYeah doesnt work into the past14:46:34
@hexa:lossy.networkhexaIMG_20221205_154711.jpg
Download IMG_20221205_154711.jpg
14:47:23
@winterqt:nixos.devWinter (she/her)
In reply to @hexa:lossy.network
Yeah doesnt work into the past
ah. by default you mean?
14:47:55
@aktaboot:tchncs.deaktaboothuh, I don't see dash's messages 🤔14:49:55
@washort:greyface.orgdashOh no15:11:34
@washort:greyface.orgdashDid you scroll all the way back to April? 😉15:12:27
9 Dec 2022
@winterqt:nixos.devWinter (she/her) @aktaboot, I can't repro your issue, FWIW. The only thing that was being thrown was that Python was missing, right? 03:04:29
13 Dec 2022
@raphi:tapesoftware.netraphi joined the room.19:01:16
14 Dec 2022
@jeroen:simonetti.nlJeroen Simonetti joined the room.17:42:51
@jeroen:simonetti.nlJeroen Simonetti

Hello,
I am trying to package github.com/zwave-js/zwave-js-ui but am getting an error during build phase of which I don;t realy know what to make of it. Mind you, I am a total nodejs novice, so this is probably due to pebkac. I would appreciate some help.
The error I am having is:

@nix { "action": "setPhase", "phase": "buildPhase" }
building
SyntaxError: Unknown token: { line: 3, col: 2, type: 'INVALID', value: undefined } 3:2 in lockfile
    at Parser.unexpected (/nix/store/0s6r2hk9ry5nln2p66nr9db95xihksjg-prefetch-yarn-deps/libexec/yarnpkg-lockfile.js:5064:11)
    at Parser.parse (/nix/store/0s6r2hk9ry5nln2p66nr9db95xihksjg-prefetch-yarn-deps/libexec/yarnpkg-lockfile.js:5193:14)
    at parse (/nix/store/0s6r2hk9ry5nln2p66nr9db95xihksjg-prefetch-yarn-deps/libexec/yarnpkg-lockfile.js:5262:17)
    at module.exports.exports.default (/nix/store/0s6r2hk9ry5nln2p66nr9db95xihksjg-prefetch-yarn-deps/libexec/yarnpkg-lockfile.j>
    at prefetchYarnDeps (/nix/store/0s6r2hk9ry5nln2p66nr9db95xihksjg-prefetch-yarn-deps/libexec/index.js:129:28)
    at main (/nix/store/0s6r2hk9ry5nln2p66nr9db95xihksjg-prefetch-yarn-deps/libexec/index.js:183:9)
17:45:27
@adam:valkor.netadamcstephens joined the room.18:18:09
@winterqt:nixos.devWinter (she/her) Jeroen Simonetti: This uses Yarn "berry," which we don't support at this time. 18:22:37
@winterqt:nixos.devWinter (she/her)(It's essentially a rewrite of Yarn, but barely any packages use it.)18:22:54

Show newer messages


Back to Room ListRoom Version: 6