overlay/default.nix

26 lines
1,010 B
Nix
Raw Normal View History

2023-10-04 21:08:14 +00:00
self: super: {
hacompanion = super.callPackage ./hacompanion { };
cpthook = super.callPackage ./cpthook { };
python3 = super.python3.override {
packageOverrides = python-self: python-super: {
2024-01-09 23:33:04 +00:00
pytapo = python-self.callPackage ./pytapo { };
brother-ql = python-self.callPackage ./brother-ql { };
2023-10-04 21:08:14 +00:00
};
};
2023-12-13 22:57:13 +00:00
#gotosocial = super.callPackage ./gotosocial { };
2024-03-08 17:59:40 +00:00
#pulse-secure = super.callPackage ./pulse-secure { };
2024-01-09 23:33:04 +00:00
studio-link = super.callPackage ./studio-link { };
2024-03-08 17:59:40 +00:00
#nginxModules = super.recurseIntoAttrs (super.callPackage ./nginx/modules.nix { });
2024-01-09 23:33:04 +00:00
libedgetpu = self.callPackage ./libedgetpu { };
neolink = self.callPackage ./neolink { };
2024-03-08 17:59:40 +00:00
#mealie = self.callPackage ./mealie { };
2024-02-14 09:53:55 +00:00
gohome = self.callPackage ./gohome { };
matrix-alertmanager-receiver = self.callPackage ./matrix-alertmanager-receiver { };
2024-05-15 13:43:06 +00:00
vimPlugins = super.vimPlugins.extend ( self': super': {
netrw-nvim = super.callPackage ./netrw-nvim { };
});
salt-lint = super.callPackage ./salt-lint { };
2023-12-01 13:58:00 +00:00
}