Nix NodeJS | 204 Members | |
| 58 Servers |
| Sender | Message | Time |
|---|---|---|
| 22 Sep 2024 | ||
| 06:56:10 | ||
| 28 Sep 2024 | ||
| can the build phase of buildNpmPackage see files in absolute paths? | 16:47:57 | |
| can you rephrase? | 16:48:37 | |
| or give an example | 16:48:42 | |
| i don't know what you're asking :) | 16:48:45 | |
| ok so i have which builds an eleventy site and sets up an executable that runs an express server the elventy also starts a discord webhook bot https://gitlab.com/balancemod/main-site/-/blob/develop/.eleventy.js?ref_type=heads#L194 this is used by a nixos config which creates an override rebuilding nixos and error returns of i decide to make a test thing
which building that comes back with | 17:11:20 | |
| yeah you can't do that | 17:15:06 | |
| either remove the quotes to get it copied to the store (won't work with flakes) or use a relative path into the same repo (will work with flakes) | 17:15:37 | |
| * | 17:15:44 | |
| im using the absulute path to mirror how it should be for the server which has an abosolute path to sops decrypted secret file | 17:23:50 | |
| * im using the absulute path to mirror how it should be for the server which has an abosolute path to sops decrypted secret value file | 17:24:00 | |
| sure, but you can't do that, since it's sandboxed. try to see if you can get it to use that path at runtime? | 17:29:48 | |