!bxVOQwsVoHhZcmNDGw:nixos.org

Nix + dotnet

117 Members
23 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
14 Aug 2025
@oatmealraisin:matrix.orgoatmealraisin* { pkgs ? import <nixpkgs> {} }: pkgs.buildDotnetModule { pname = "Utils.csproj"; version = "0.1"; src = ../..; projectFile = "src/Utils/Utils.csproj"; nugetDeps = ./deps.json; packNupkg = true; } 19:53:59
@oatmealraisin:matrix.orgoatmealraisin *

pkgs.buildDotnetModule {
  pname = "Utils.csproj";
  version = "0.1";

  src = ../..;

  projectFile = "src/Utils/Utils.csproj";

  nugetDeps = ./deps.json;
  packNupkg = true;
}```
19:54:32

Show newer messages


Back to Room ListRoom Version: 9