fix(nix): Disable pip and dnspython

Broken packages and not sure what dnspython is used for
This commit is contained in:
Ahmad Ansori Palembani 2025-03-07 14:06:00 +07:00
parent dbde801040
commit fa35a9411b
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -3,9 +3,9 @@
let
custom = {
python = (pkgs.python312Full.withPackages (py: [
py.pip
#py.pip
py.tkinter
py.dnspython
#py.dnspython
]));
};
custom.inkscape =