python: switch to nixpkgs unstable channel and unbreak httpie
This commit is contained in:
parent
c43157c5c8
commit
ac4e42652e
|
@ -26,6 +26,9 @@
|
||||||
};
|
};
|
||||||
customRC = builtins.readFile ./vimrc;
|
customRC = builtins.readFile ./vimrc;
|
||||||
};};
|
};};
|
||||||
|
# pyopenssl is broken upstream for py3.9
|
||||||
|
# inspired by https://github.com/montchr/dotfield/commit/9ec0f1d7cf4f6e3c0079c4656bf76e0daf55c5ea
|
||||||
|
httpie = self.python310Packages.httpie;
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue