added stuff from morph
This commit is contained in:
commit
cdf9817bc8
9 changed files with 395 additions and 0 deletions
13
default.nix
Normal file
13
default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
self: super: {
|
||||
hacompanion = super.callPackage ./hacompanion { };
|
||||
cpthook = super.callPackage ./cpthook { };
|
||||
|
||||
python3 = super.python3.override {
|
||||
packageOverrides = python-self: python-super: {
|
||||
pytapo = python-super.callPackage ./pytapo { };
|
||||
};
|
||||
};
|
||||
|
||||
gotosocial = super.callPackage ./gotosocial { };
|
||||
pulse-secure = super.callPackage ./pulse-secure { };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue