| 10 May 2023 |
quentin | Thanks, I had already found and subscribed to that one | 23:44:23 |
| 11 May 2023 |
| justingrant left the room. | 00:30:53 |
| 12 May 2023 |
| Federico Schonborn changed their profile picture. | 00:58:42 |
@ambroisie:belanyi.fr | Is there an issue open for pnpm support in nixpkgs BTW? | 16:11:23 |
Lily Foster | In reply to @ambroisie:belanyi.fr Is there an issue open for pnpm support in nixpkgs BTW? Not one that I am aware of, but there may be one I haven't seen. I'll try to search for one later (had surgery yesterday, am still somewhat out of it) | 16:18:47 |
@ambroisie:belanyi.fr | In reply to @lily:lily.flowers Not one that I am aware of, but there may be one I haven't seen. I'll try to search for one later (had surgery yesterday, am still somewhat out of it) That's what I remembered, I'll open one when I get back to my computer ๐ | 16:30:52 |
@ambroisie:belanyi.fr | (Oh and I wish you a speedy recovery from your surgery!) | 16:53:47 |
hexa | Lily Foster: wondering if you're well enough to finish up https://github.com/NixOS/nixpkgs/pull/230188 ๐ | 17:05:54 |
hexa | you already reviewed it two days ago | 17:06:08 |
Lily Foster | In reply to @hexa:lossy.network Lily Foster: wondering if you're well enough to finish up https://github.com/NixOS/nixpkgs/pull/230188 ๐ Done! It looked good now | 17:10:42 |
@ambroisie:belanyi.fr | In reply to @ambroisie:belanyi.fr That's what I remembered, I'll open one when I get back to my computer ๐ Done #231513 | 18:00:43 |
| Federico Schonborn changed their profile picture. | 19:34:18 |
| Federico Schonborn changed their display name from Federico Schonborn to Federico Damiรกn Schonborn. | 19:35:01 |
| 14 May 2023 |
| jfvillablanca joined the room. | 11:38:40 |
| 16 May 2023 |
hexa | getting the following error during node run build
sh: line 1: /build/source/node_modules/.bin/webpack: cannot execute: required file not found
| 16:00:28 |
hexa | https://github.com/NixOS/nixpkgs/pull/232255#issuecomment-1549928493 | 16:01:27 |
Lily Foster | In reply to @hexa:lossy.network
getting the following error during node run build
sh: line 1: /build/source/node_modules/.bin/webpack: cannot execute: required file not found
I believe https://github.com/NixOS/nixpkgs/pull/206477 probably fixes that if you want to give it a review :) | 16:01:33 |
Lily Foster | (I apologize in advance for you having to rebuild nodejs...) | 16:03:33 |
hexa | In reply to @lily:lily.flowers I believe https://github.com/NixOS/nixpkgs/pull/206477 probably fixes that if you want to give it a review :) same as before ๐ | 18:17:13 |
Lily Foster | Damn. I'll look later today or tomorrow then | 18:30:20 |
hexa | anyway | 18:30:58 |
hexa | the file is a symlink to her | 18:31:02 |
hexa | * the file is a symlink to here | 18:31:02 |
hexa |
-rwxr-xr-x 1 nixbld nixbld 3.9K May 16 15:57 node_modules/webpack/bin/webpack.js
| 18:31:06 |
hexa | that file is | 18:31:14 |
hexa |
node_modules/webpack/bin/webpack.js: a /nix/store/6aphgr19pzc8v416zaf6vbs7r9jsbajp-nodejs-18.16.0/bin/node script, ASCII text executable
| 18:31:16 |
hexa | and starts like so | 18:31:29 |
hexa | #!/nix/store/6aphgr19pzc8v416zaf6vbs7r9jsbajp-nodejs-18.16.0/bin/node
/**
* @param {string} command process to run
* @param {string[]} args command line arguments
* @returns {Promise<void>} promise
*/
const runCommand = (command, args) => {
const cp = require("child_process");
return new Promise((resolve, reject) => {
| 18:31:33 |
hexa | and I can start that interpreter | 18:31:53 |
hexa | โฏ /nix/store/6aphgr19pzc8v416zaf6vbs7r9jsbajp-nodejs-18.16.0/bin/node
Welcome to Node.js v18.16.0.
Type ".help" for more information.
| 18:32:00 |