Added brother-ql

This commit is contained in:
fleaz 2023-12-13 23:18:22 +01:00
parent 7b6894128f
commit d71489b339
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
2 changed files with 50 additions and 1 deletions

View file

@ -4,7 +4,8 @@ self: super: {
python3 = super.python3.override {
packageOverrides = python-self: python-super: {
pytapo = python-super.callPackage ./pytapo { };
pytapo = python-self.callPackage ./pytapo { };
brother-ql = python-self.callPackage ./brother-ql.nix { };
};
};