| 11 May 2023 |
huantian | * Good that the kernel regression is getting fixed, we should still probably get #229851 merged anyway since it's good change in general
Will we aim to get this merged by 23.05? | 02:38:54 |
huantian | * Good that the kernel regression is getting fixed, we should still probably get #229851 merged anyway since it's good change in general
Will we aim to get this merged by 23.05? It's probably good to make sure that the new release has a fix for this | 02:47:08 |
| 12 May 2023 |
| Federico Damián Schonborn changed their profile picture. | 00:58:29 |
| Federico Damián Schonborn changed their profile picture. | 19:34:23 |
| Federico Damián Schonborn changed their display name from Federico Schonborn to Federico Damián Schonborn. | 19:35:04 |
| 19 May 2023 |
| nowaaay joined the room. | 15:50:48 |
| 23 May 2023 |
| mdarocha changed their display name from magikarpz to mdarocha. | 19:17:47 |
| mdarocha removed their display name mdarocha. | 19:18:14 |
| 26 May 2023 |
| dickdaley joined the room. | 14:45:07 |
| 27 May 2023 |
| NixOS Moderation Botchanged room power levels. | 16:41:08 |
| 1 Jun 2023 |
| raphi changed their display name from raphi to raphi (element unread channel fix when). | 13:03:10 |
| 4 Jun 2023 |
| Federico Damián Schonborn changed their profile picture. | 17:40:24 |
| 8 Jun 2023 |
mdarocha | hey, can somebody take a look at https://github.com/NixOS/nixpkgs/pull/233422 ? it's been sitting for a while | 14:16:46 |
| 13 Jun 2023 |
| Federico Damián Schonborn changed their profile picture. | 20:56:01 |
| 14 Jun 2023 |
| raphi changed their display name from raphi (element unread channel fix when) to raphi. | 07:03:09 |
| hexa left the room. | 16:17:33 |
| 23 Jun 2023 |
mdarocha | https://github.com/NixOS/nixpkgs/pull/239360
https://discourse.nixos.org/t/creating-a-net-maintainers-team/29527 | 12:40:04 |
| 25 Jun 2023 |
| countoren joined the room. | 02:41:26 |
| 1 Jul 2023 |
huantian | is there an updateScript I can use for buildDotnetModule that'll update nugetDeps? or do I have to write my own script for that | 20:59:05 |
huantian | perhaps this is something that should be added to nix-update? | 20:59:55 |
mdarocha | unfortunately, currently you have to write a separate update script for each package | 23:09:01 |
mdarocha | making a common one is on my todo list though | 23:09:55 |
| 6 Jul 2023 |
huantian | It seems like it would be relatively easy to add to something like nix-update, all you'd have to do is run the passthru script after updating | 00:51:46 |
| 10 Jul 2023 |
| achnazoor joined the room. | 09:07:56 |
| 19 Jul 2023 |
| Marie left the room. | 22:18:57 |
| 24 Jul 2023 |
| nry_ joined the room. | 17:40:14 |
| 25 Jul 2023 |
| Federico Damián Schonborn changed their profile picture. | 01:57:04 |
| 27 Jul 2023 |
| ribosomerocker joined the room. | 03:03:06 |
| 30 Jul 2023 |
| Corin (CWStra) joined the room. | 20:09:42 |
Corin (CWStra) | I've been having trouble getting dotnet programs to run when they rely on DllImport attributes. Here's a simple github repo that demonstrates the problem: https://github.com/cwstra/nixos-dll-example/tree/example
On my nixos machine, running nix-shell run "dotnet run" in there spits out:
"Error loading unmanaged library from path: <snip>/nixos-dll-example/bin/Debug/net7.0/runtimes/linux-x64/native/libassimp.so".
From the path, I take it that it's not trying to import a globally-installed library (though I did add it to the nix-shell just in case). Does anyone have insight as to if/how I could set up an environment where I could work on projects with these dependencies?
| 21:47:46 |