gh: use structural settings (#2339)

This commit is contained in:
Nicolas Berbiche 2021-10-08 23:29:25 +02:00 committed by GitHub
parent fd2f746016
commit 82c92a18ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 123 additions and 35 deletions

View file

@ -1 +1,4 @@
{ gh-config-file = ./config-file.nix; }
{
gh-config-file = ./config-file.nix;
gh-warnings = ./warnings.nix;
}