mirror of
https://github.com/Smaug123/gitea-repo-config
synced 2025-10-07 16:38:41 +00:00
f90951c03dc5590dc4d1e4bf7fc8abb9b55c9e8d
* Bump NJsonSchema from 10.8.0 to 10.9.0 Bumps [NJsonSchema](https://github.com/RicoSuter/NJsonSchema) from 10.8.0 to 10.9.0. - [Release notes](https://github.com/RicoSuter/NJsonSchema/releases) - [Commits](https://github.com/RicoSuter/NJsonSchema/compare/v10.8.0...v10.9.0) --- updated-dependencies: - dependency-name: NJsonSchema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump NJsonSchema from 10.8.0 to 10.9.0 Bumps [NJsonSchema](https://github.com/RicoSuter/NJsonSchema) from 10.8.0 to 10.9.0. - [Release notes](https://github.com/RicoSuter/NJsonSchema/releases) - [Commits](https://github.com/RicoSuter/NJsonSchema/compare/v10.8.0...v10.9.0) --- updated-dependencies: - dependency-name: NJsonSchema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update deps --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Smaug123 <patrick+github@patrickstevens.co.uk>
.NET Declarative Gitea
This is a small project to allow you to specify a Gitea configuration in a declarative manner, and to resolve differences between intended and actual config.
How to build and run
With Nix: nix run github:Smaug123/dotnet-gitea-declarative -- --help
.
The config file you provide as an argument should conform to the schema; there is an example in the tests.
Building from source
Just clone and dotnet build
.
To upgrade the NuGet dependencies in the flake, run nix build .#fetchDeps
and copy the resulting file into nix/deps.nix
.
Languages
F#
99.5%
Nix
0.5%