Add salt-lint

This commit is contained in:
fleaz 2024-04-30 17:46:53 +02:00
parent 87e002697a
commit 8078640b3a
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
2 changed files with 36 additions and 0 deletions

View file

@ -6,6 +6,7 @@ self: super: {
packageOverrides = python-self: python-super: {
pytapo = python-self.callPackage ./pytapo { };
brother-ql = python-self.callPackage ./brother-ql { };
salt-lint = python-self.callPackage ./salt-lint { };
};
};