added stuff from morph

This commit is contained in:
fleaz 2023-10-04 23:08:14 +02:00
commit cdf9817bc8
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083
9 changed files with 395 additions and 0 deletions

13
default.nix Normal file
View 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 { };
}