Nix + dotnet | 125 Members | |
| 24 Servers |
| Sender | Message | Time |
|---|---|---|
| 9 Apr 2024 | ||
| 08:19:03 | ||
| 13 Apr 2024 | ||
| 16:03:53 | ||
| 19:32:01 | ||
| I've been trying to package this dotnet program I cannot figure how how to get it to fetch the other deps, and let me manually specify this one. The closest I got was adding replacing
but then it failed to even build the I think all I need is to generate the other deps and have it ignore this one, but I'm not sure how to do that. Any ideas? | 19:58:16 | |
| * I've been trying to package this dotnet program I cannot figure how how to get it to fetch the other deps, and let me manually specify this one. The closest I got was adding replacing
but then it failed to even build the I think all I need is to generate the other deps and have it ignore this one, but I'm not sure how to do that. Any ideas? | 19:59:06 | |
| 15 Apr 2024 | ||
| 10:54:22 | ||
| Hi all, I could use some help getting this package to run the upstream tests. Basically, I don't know how I should map their tests to Nix. | 10:56:06 | |
| 17 Apr 2024 | ||
| 04:36:32 | ||
| 05:34:02 | ||
| 26 Apr 2024 | ||
| 23:47:44 | ||
| 23:47:57 | ||
| 27 Apr 2024 | ||
| 00:01:06 | ||
| 00:09:42 | ||
| 28 Apr 2024 | ||
| 09:10:11 | ||
| 29 Apr 2024 | ||
| 15:29:00 | ||
| 1 May 2024 | ||
| 15:06:43 | ||
| 20:34:03 | ||
| Hello, I'm a relatively new nix user, and I've found myself with the rather ambitious 'first' project of trying to get a server I rely on packaged within nix, after the janky docker setup I was using to run it decided to break. Using the buildDotnetModule documentation and modelling after other dotnet packages in nixpkgs, I've managed to make some progress, but when I try to build the derivation, I get this for output:
I assume I'm missing something, but no amount of clever googling has gotten me answers as to what a solution would be, and I'm a bit too ignorant of both dotnet's build ecosystem and nix itself to figure it out myself. Hopefully that all came formatted correctly. | 20:56:06 | |
| Can produce the .nix file's text on request too, naturally. | 20:57:05 | |
| did you specify the right sdk? | 21:27:04 | |
keep in mind the package is dotnet-sdk not dotnet | 21:27:28 | |
| I hope so.
| 21:44:34 | |
| 2 May 2024 | ||
| Still working at this, even a day later. Assistance still welcome. | 20:49:09 | |
| 3 May 2024 | ||
| dotnetCorePackages? | 17:20:31 | |
| i usually just use pkgs.dotnet-sdk_8 | 17:21:05 | |
| 4 May 2024 | ||
| I can change to that and see what happens | 13:56:42 | |
| Throws the same error in the end, unfortunately | 14:02:36 | |
| Appreciate the suggestion, though, even if I'm a few hours late receiving it. | 14:06:06 | |
| 14 May 2024 | ||
| 02:20:55 | ||
| 22 May 2024 | ||
| 15:25:53 | ||