| 21 May 2024 |
Tumble | ok so if i have a nodejs project built to an exe
and i have a nixos config flake pull it in as a flake input
and the nixos config creates a systemd service running it
and i have the systemd have ${packgeVariable}/bin/name in the exec thing
and i tell systemd to have enviroment variable set for that service
will it get them and the prohect can use them in procress.env
or will there need to be some equivalent to --pure or something | 14:32:35 |
Lily Foster | In reply to @tumble1999:matrix.org ok so if i have a nodejs project built to an exe
and i have a nixos config flake pull it in as a flake input
and the nixos config creates a systemd service running it
and i have the systemd have ${packgeVariable}/bin/name in the exec thing
and i tell systemd to have enviroment variable set for that service
will it get them and the prohect can use them in procress.env
or will there need to be some equivalent to --pure or something if systemd sets env vars, then when running that exe, the exe can access them in process.env, yes | 14:56:38 |
Lily Foster | but also i guess try it and see. it sounds like you've got all of the pieces already | 14:56:54 |
Tumble | the one peice i dont have is automation
system auto upgrade propably wont do good up updating a webiste for if say
someone commits a mardown file for a blog post and have to wait a day for it to go live | 14:58:03 |
| 22 May 2024 |
| NixOS Moderation Botchanged room power levels. | 15:25:55 |
| NixOS Moderation Botchanged room power levels. | 15:28:10 |
Pol | I'm trying to package Fider, but I have an issue with the Node Frontend trying to download Playwright. I uploaded my work in progress at https://github.com/NixOS/nixpkgs/pull/313713
Feel free to have a look and comment | 15:56:12 |
Pol | I fixed the issue with playwright and esbuild! :) | 16:10:00 |
Pol | Now working on the next issue... | 16:10:05 |