Add workflow (#1)

This commit is contained in:
Patrick Stevens
2022-12-29 23:15:59 +00:00
committed by GitHub
parent 5a93808592
commit c5777a1172
16 changed files with 3212 additions and 129 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# .NET Declarative Gitea
This is a small project to allow you to specify a [Gitea](https://github.com/go-gitea/) configuration in a declarative manner, and to resolve differences between intended and actual config.
# How to build
Just `dotnet build`.
To upgrade the NuGet dependencies in the flake, run `nix build .#fetchDeps` and copy the resulting file into `nix/deps.nix`.