| 14 Nov 2023 |
mdarocha | i’ll be waiting for a PR to nixpkgs then! | 21:03:46 |
| 15 Nov 2023 |
| @grahamc:nixos.orgchanged room power levels. | 15:54:59 |
| @grahamc:nixos.org left the room. | 15:54:59 |
| Alyssa Ross joined the room. | 17:25:22 |
| NixOS Moderation Botchanged room power levels. | 18:12:32 |
| NixOS Moderation Botchanged room power levels. | 18:12:33 |
| 16 Nov 2023 |
| Alyssa Ross left the room. | 10:39:14 |
| 19 Nov 2023 |
| ZXGU joined the room. | 10:59:22 |
| 29 Nov 2023 |
Emma [it/its] ⚡️ | kinda concerning that there's no moderators in any of these rooms | 11:57:25 |
| 5 Dec 2023 |
| Federico Damián Schonborn changed their profile picture. | 00:39:00 |
| 6 Dec 2023 |
| Hristo Bakardzhiev joined the room. | 09:19:09 |
| 29 Dec 2023 |
| @dearrude:nitro.chat left the room. | 14:50:23 |
| 31 Dec 2023 |
| spacesbot - keeps a log of public NixOS channels joined the room. | 18:15:20 |
| 4 Jan 2024 |
| thetootler joined the room. | 06:26:11 |
| 22 Jan 2024 |
| samasaur joined the room. | 06:11:27 |
samasaur | hey! i'm trying to package https://github.com/hargata/lubelog for Nix. I managed to get it building and running (https://github.com/Samasaur1/lubelog), but it seems to be looking for the webroot relative to the runtime directory, not the location of the executable, so it only actually works properly if you run it from inside the project directory. I have no dotnet experience at all, so I'm hoping there's a simple fix that someone can point me to? | 06:17:30 |
samasaur | I considered trying to patch it and use UseWebRoot to point it to the Nix store, but I couldn't get that to work either | 06:18:25 |
raphi | In reply to @samasaur:matrix.org hey! i'm trying to package https://github.com/hargata/lubelog for Nix. I managed to get it building and running (https://github.com/Samasaur1/lubelog), but it seems to be looking for the webroot relative to the runtime directory, not the location of the executable, so it only actually works properly if you run it from inside the project directory. I have no dotnet experience at all, so I'm hoping there's a simple fix that someone can point me to? try this in your default.nix:
makeWrapperArgs = [
"--set DOTNET_CONTENTROOT ${placeholder "out"}/lib/lubelog"
];
| 07:43:05 |
samasaur | that did it! thanks so much! | 08:03:39 |
raphi | this should at least be documented in the dotnet section of the manual
maybe even add it to makeWrapperArgs by default (environment variables get inherited to child processes which makes me not want to do this) | 08:05:34 |
mdarocha | i’m not sure about making this the default, but it could for sure be added in the docs in something like a “common issues” section | 13:16:10 |
| 27 Jan 2024 |
| Vera joined the room. | 15:10:20 |
| 28 Jan 2024 |
| Remco Schrijver joined the room. | 22:51:24 |
| 31 Jan 2024 |
| Federico Damián Schonborn changed their profile picture. | 03:36:48 |
| Federico Damián Schonborn changed their profile picture. | 06:22:24 |
| 6 Feb 2024 |
| mrtz joined the room. | 20:06:57 |
| 14 Feb 2024 |
| Flafy (moving to @flafy:flafy.dev) changed their display name from Flafy to Flafy (moving to @flafy:flafy.dev). | 11:59:10 |
| 19 Feb 2024 |
| mrtz left the room. | 08:37:02 |
| 23 Feb 2024 |
| Vera changed their display name from zumorica to Vera. | 16:01:30 |
| Vera set a profile picture. | 16:01:35 |