added mealie
This commit is contained in:
parent
88ce2e6a5f
commit
8d47f6b09c
11 changed files with 295 additions and 8 deletions
14
default.nix
14
default.nix
|
@ -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 { };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue