meta: refactor c and dotnet

This commit is contained in:
Artur Manuel 2025-03-26 16:14:46 +00:00
commit a4368b5ddc
Signed by: amadaluzia
SSH key fingerprint: SHA256:Zwg7gBuZyaG48ucAZneJwltiXu0+tJb7c3lYt9AYlLg
14 changed files with 53 additions and 252 deletions

View file

@ -1,13 +0,0 @@
{
buildDotnetModule,
dotnetCorePackages,
}:
buildDotnetModule {
pname = "DotnetApplication";
version = "0.1.0";
src = ../.;
projectFile = "DotnetApplication/DotnetApplication.csproj";
dotnet-sdk = dotnetCorePackages.dotnet_9.sdk;
dotnet-runtime = dotnetCorePackages.dotnet_9.runtime;
executables = ["DotnetApplication"];
}