python: switch to nixpkgs unstable channel and unbreak httpie

This commit is contained in:
Trolli Schmittlauch 2022-08-30 01:08:50 +02:00
parent c43157c5c8
commit ac4e42652e

View file

@ -26,6 +26,9 @@
};
customRC = builtins.readFile ./vimrc;
};};
# pyopenssl is broken upstream for py3.9
# inspired by https://github.com/montchr/dotfield/commit/9ec0f1d7cf4f6e3c0079c4656bf76e0daf55c5ea
httpie = self.python310Packages.httpie;
}
)