| 19 Mar 2024 |
| @admin:nixos.org set the room name to "Nix NodeJS". | 14:55:45 |
| Room Avatar Renderer. | 14:55:45 |
@admin:nixos.org | dotlambda: please step down as admin in this room | 14:56:00 |
| @admin:nixos.orgchanged room power levels. | 14:56:19 |
| 20 Mar 2024 |
| @admin:nixos.org left the room. | 16:27:24 |
| dotlambdachanged room power levels. | 23:46:16 |
| 21 Mar 2024 |
hexa | thanks! | 03:43:51 |
| NixOS Moderation Botchanged room power levels. | 18:03:51 |
| @grahamc:nixos.org left the room. | 20:07:56 |
| @kyle:iteratee.net left the room. | 20:13:00 |
| 22 Mar 2024 |
| ૮༼⚆︿⚆༽つ / wildan joined the room. | 03:54:24 |
| ૮༼⚆︿⚆༽つ / wildan changed their display name from drsensor to wildan. | 04:03:34 |
| ૮༼⚆︿⚆༽つ / wildan changed their display name from wildan to ૮༼⚆︿⚆༽つ / wildan. | 04:05:21 |
| 23 Mar 2024 |
avocadoom | Anybody got some experience with getting either Cypress or Playwright to work under Nix? Since they both heavily rely on their binaries it is quite a pain to set up and I honestly would prefer an approach where I don't have to always match the npm and binary dependency which may be bundled in nix. Is there maybe a way to launch those binaries in an FHS env for example? | 00:00:12 |
avocadoom | *NixOS | 00:03:55 |
| 29 Mar 2024 |
| larstvei joined the room. | 11:55:14 |
| 30 Mar 2024 |
wisw | Does yarn2nix works with yarn v4? | 00:51:45 |
| 1 Apr 2024 |
| @m1-s:matrix.org left the room. | 13:59:42 |
| 3 Apr 2024 |
| amarshall joined the room. | 17:58:30 |
| 13 Apr 2024 |
| Tumble joined the room. | 13:23:42 |
Tumble | Ah here it is | 13:23:55 |
Tumble | This should hopefully be a channel i want Im looking into using flake to develop with nodejs | 13:25:00 |
Cobalt | What are you looking in particular? Packaging, development shell(s) or something else? | 13:26:31 |
Cobalt | * What are you looking for in particular? Packaging, development shell(s) or something else? | 13:26:40 |
Tumble | Changing my workflow to involve flakes? | 13:28:35 |
Lily Foster | In reply to @tumble1999:matrix.org Changing my workflow to involve flakes? what are you wanting flakes to get you? using flakes just for using flakes won't automatically give you much | 13:30:11 |
Tumble | packages are only installed when nececery
like if i used rust one day, cargo and rust up will be in my system
when i stop developing in rust for a but it will eventialy stop being installed on mys system
when i develop with js, node things would be installed,
when i take a break, they will eventialy stop being installed on my system
thats how i see it
also if i go on anouther system (that doesnt have nixos but does have nix), i wont have to install stuff just use the flake and everything will set its self up | 13:41:51 |
avocadoom | I guess you confuse flakes with shells. Shells are not coupled with flakes. You don't need to understand the concept of flakes to use shells | 13:43:37 |
Tumble | flakes let you get specific versions of things though dont they | 13:45:56 |
avocadoom | Sure you can pin nixpkgs, though you can also do this with standard nix derivations | 13:49:59 |