Restructure project

This commit is contained in:
2026-05-20 09:06:16 -04:00
parent 9cbb346420
commit 08b438fa7e
4 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -25,9 +25,9 @@
packages.default = pkgs.buildDotnetModule rec {
pname = "dotnet-systemd";
version = "0.1.0";
src = "./";
src = "./DotnetSystemd";
nugetDeps = ./deps.json;
nugetDeps = ./DotnetSystemd/deps.json;
dotnet-sdk = pkgs.dotnet-sdk_10;
dotnet-runtime = dotnetRuntime;