added mealie

This commit is contained in:
fleaz 2024-01-10 00:33:04 +01:00
parent 88ce2e6a5f
commit 8d47f6b09c
11 changed files with 295 additions and 8 deletions

View file

@ -4,18 +4,16 @@ self: super: {
python3 = super.python3.override {
packageOverrides = python-self: python-super: {
pytapo = python-self.callPackage ./pytapo { };
brother-ql = python-self.callPackage ./brother-ql.nix { };
pytapo = python-self.callPackage ./pytapo { };
brother-ql = python-self.callPackage ./brother-ql { };
};
};
#gotosocial = super.callPackage ./gotosocial { };
pulse-secure = super.callPackage ./pulse-secure { };
studio-link = super.callPackage ./studio-link.nix { };
studio-link = super.callPackage ./studio-link { };
nginxModules = super.recurseIntoAttrs (super.callPackage ./nginx/modules.nix { });
libedgetpu = self.callPackage ./libedgetpu {};
neolink = self.callPackage ./neolink.nix {};
libedgetpu = self.callPackage ./libedgetpu { };
neolink = self.callPackage ./neolink { };
mealie = self.callPackage ./mealie { };
}