!bxVOQwsVoHhZcmNDGw:nixos.org

Nix + dotnet

125 Members
24 Servers

Load older messages


SenderMessageTime
25 Feb 2024
@emma:conduit.rory.gayEmma [it/its] ⚡️question, is there a way to enabled PublishTrimmed in nix?07:54:32
@emma:conduit.rory.gayEmma [it/its] ⚡️ i tried to build a dotnet app with nix and got error : PublishTrimmed is implied by native compilation and cannot be disabled. 07:55:27
@emma:rory.gayEmma [it/its](there was, forgot to close my question)20:30:50
9 Mar 2024
@qyriad:katesiria.orgQyriad joined the room.00:38:57
@amiablechief:matrix.orgamiablechief joined the room.03:13:17
12 Mar 2024
@kedde:matrix.orgkedde joined the room.10:28:28
14 Mar 2024
@federicodschonborn:matrix.orgFederico Damián Schonborn left the room.02:04:19
@countoren:matrix.orgcountoren changed their display name from oren to countoren.14:09:39
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.18:44:50
15 Mar 2024
@grahamc:nixos.org@grahamc:nixos.org joined the room.23:29:39
16 Mar 2024
@aidalgol:matrix.orgaidalgol joined the room.05:24:19
@jee_mj:matrix.orgmj joined the room.13:59:53
19 Mar 2024
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.00:30:15
21 Mar 2024
@mjolnir:nixos.orgNixOS Moderation Botchanged room power levels.18:03:09
@grahamc:nixos.org@grahamc:nixos.org left the room.20:10:19
26 Mar 2024
@cblacktech:matrix.orgcblacktech joined the room.02:02:11
31 Mar 2024
@aidalgol:matrix.orgaidalgol left the room.09:54:40
3 Apr 2024
@maka_77x:matrix.orgmaka_77x joined the room.14:08:01
9 Apr 2024
@admin:nixos.orgadmin (Moderation Team) joined the room.08:09:09
@hexa:lossy.networkhexa joined the room.08:12:59
@admin:nixos.orgadmin (Moderation Team) set the room name to "Nix + dotnet".08:14:05
Room Avatar Renderer.08:14:34
@admin:nixos.orgadmin (Moderation Team) left the room.08:18:48
@hexa:lossy.networkhexa left the room.08:19:03
13 Apr 2024
@alex3829:matrix.orgreal_z2 joined the room.16:03:53
@eimmer:matrix.orgElijah Immer joined the room.19:32:01
@eimmer:matrix.orgElijah Immer

I've been trying to package this dotnet program https://github.com/bcssov/IronyModManager, and it has a private dependency I haven't been able to get to work.
The link to the NuGet is https://github.com/bcssov/IronyModManager/files/7798143/CWTools.Irony-Private.0.4.0-alpha8.zip.

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 deps.nix with

    (fetchNuGet {
      pname = "CWTools.Irony-Private";
      version = "0.4.0-alpha8";
      url = "https://github.com/bcssov/IronyModManager/files/7798143/CWTools.Irony-Private.0.4.0-alpha8.zip";
      sha256 = "sha256-HO+9XhH2EvoLz4XeII7NGPeCvcldPa6gOx9bfje4i+c="; })

but then it failed to even build the fetch-deps script, and I'm pretty sure that's not how it works.

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
@eimmer:matrix.orgElijah Immer *

I've been trying to package this dotnet program https://github.com/bcssov/IronyModManager, and it has a private dependency I haven't been able to get to work.
The link to the NuGet is https://github.com/bcssov/IronyModManager/files/7798143/CWTools.Irony-Private.0.4.0-alpha8.zip.

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 deps.nix with

    [(fetchNuGet {
      pname = "CWTools.Irony-Private";
      version = "0.4.0-alpha8";
      url = "https://github.com/bcssov/IronyModManager/files/7798143/CWTools.Irony-Private.0.4.0-alpha8.zip";
      sha256 = "sha256-HO+9XhH2EvoLz4XeII7NGPeCvcldPa6gOx9bfje4i+c="; })]

but then it failed to even build the fetch-deps script, and I'm pretty sure that's not how it works.

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
@vengmark2:matrix.orgl0b0 joined the room.10:54:22
@vengmark2:matrix.orgl0b0 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

Show newer messages


Back to Room ListRoom Version: 9