Nix NodeJS | 204 Members | |
| 58 Servers |
| Sender | Message | Time |
|---|---|---|
| 10 Aug 2023 | ||
| Yes but the script way it wont be on store | 19:14:33 | |
(And postPatch is one of the hooks that gets propagated to the fetcher) | 19:14:48 | |
In reply to @countoren:matrix.orgCorrect. I'm just saying you have another option if you don't want to do the builder environment thing and don't mind it going to the store for simpler threat models (e.g. testing keys) | 19:15:29 | |
| Script should be fine to avoid leaking secrets to nix store | 19:15:54 | |
| Make sense | 19:15:52 | |
| we can add util for that maybe. | 19:16:26 | |
| kinda meta tho :) | 19:16:31 | |
| Thank very much Lily Foster , if you get a chance to let me know when you got the PR in. I will update my flake. | 19:18:32 | |
| Will do! Thanks for helping test and I'm glad you got your thing working :) | 19:19:15 | |
| 13 Aug 2023 | ||
| 01:27:15 | ||
| 15 Aug 2023 | ||
| 19:34:36 | ||
| 16 Aug 2023 | ||
| 15:47:08 | ||
| 19 Aug 2023 | ||
| I'm trying to package dl-librescore but get
What can I do? | 17:37:56 | |
| https://github.com/NixOS/nixpkgs/issues/244285 :( | 17:47:48 | |
| Can someone explain why I get
in https://github.com/NixOS/nixpkgs/pull/250265 ? It's during | 22:50:03 | |
Is there a policy regarding having libraries in nodePackages that don't provide any executables and aren't used elsewhere in nixpkgs? I feel like they are pretty much useless. | 23:12:44 | |
| 20 Aug 2023 | ||
In reply to @robert:funklause.deI'll try to take a look today | 11:57:57 | |
In reply to @robert:funklause.deThere is no policy on nodePackages other than I wish it would just eventually go away (or be replaced by something actually composable) 🫠 | 11:58:35 | |
| But since it's not composable we might as well get rid of libraries | 14:14:51 | |
In reply to @robert:funklause.deProbably, yeah. Not sure if there's ant downstream users, and admittedly my rough mental plan was to migrate out all applications (at least the ones that matter) over time and then delete the set (and any libraries etc) entirely | 14:25:01 | |
| Feel free to. I know I don't feel like running the script to regen the set after removing libraries 😅 | 14:25:26 | |
In reply to @robert:funklause.de(It is actually composable to some extent now, but not in a bit of an antiquated way since we don't truly have our own npm-ish implementation for composing node modules) | 14:26:44 | |
| * (It is actually composable to some extent now, but in a bit of an antiquated way since we don't truly have our own npm-ish implementation for composing node modules) | 14:26:58 | |
| 21 Aug 2023 | ||
This PR removes a huge chunk of useless stuff from nodePackages: https://github.com/NixOS/nixpkgs/pull/250592 | 21:41:16 | |
| 23 Aug 2023 | ||
| Please review and merge if you have some spare time. I don't wanna accrue merge conflicts. | 03:03:06 | |
In reply to @robert:funklause.deI can do that sometime in the next couple hours. The nodePackages hell-set does tend to accumulate merge conflicts quickly... | 11:25:24 | |
| 24 Aug 2023 | ||
In reply to @robert:funklause.deMerged. And naturally it immediately created a merge conflict with https://github.com/NixOS/nixpkgs/pull/250250, but I already left another review comment on that one anyway | 00:53:27 | |
In reply to @gdesforges:matrix.orgApologies for taking a minute there to get back to this, but I left one super minor nit (which tbh doesn't need to be a blocker for merge, so feel free to ask it to just be merged if you'd rather not fix it) | 00:54:13 | |
In reply to @lily:lily.flowers(thank you for your recent node work btw dotlambda, you've been fabulous ❤️) | 00:55:22 | |
| (I finally got a chance to look at the manpages PR and I saw it was accidentally merged a little early (probably because I didn't get to it in time), but it looks fine to me assuming it passed testing) | 00:57:42 | |