flake(add-license): ignore yaml files

This commit is contained in:
surtur 2022-09-14 11:47:48 +02:00
parent d032783f5e
commit 89fd5b0e5f
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

View File

@ -179,7 +179,7 @@
add-license = pkgs.writeShellScriptBin "add-license" ''
go run github.com/google/addlicense@v1.0.0 -v \
-c "wanderer <wanderer at dotya.ml>" \
-l "GPL-3.0-or-later" -s .
-l "GPL-3.0-or-later" -s -ignore "*.yaml" .
'';
in {
default = with pkgs;