Rename to Gitea.Declarative (#4)

This commit is contained in:
Patrick Stevens
2022-12-30 10:26:59 +00:00
committed by GitHub
parent c409daf659
commit 4ae932072e
25 changed files with 133 additions and 129 deletions

View File

@@ -14,8 +14,8 @@
}:
flake-utils.lib.eachDefaultSystem (system: let
pkgs = nixpkgs.legacyPackages.${system};
projectFile = "./Gitea.App/Gitea.App.fsproj";
testProjectFile = "./Gitea.Test/Gitea.Test.fsproj";
projectFile = "./Gitea.Declarative/Gitea.Declarative.fsproj";
testProjectFile = "./Gitea.Declarative.Test/Gitea.Declarative.Test.fsproj";
pname = "dotnet-gitea-declarative";
dotnet-sdk = pkgs.dotnet-sdk_7;
dotnet-runtime = pkgs.dotnetCorePackages.runtime_7_0;
@@ -62,6 +62,7 @@
}));
default = pkgs.buildDotnetModule {
pname = pname;
name = "gitea-declarative";
version = version;
src = ./.;
projectFile = projectFile;