meta: refactor c and dotnet
This commit is contained in:
parent
599fe1903f
commit
a4368b5ddc
14 changed files with 53 additions and 252 deletions
|
@ -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"];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue