You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.
README.md mentioned that pypi requires latest version of nixpkgs,
pypi2nix will (until further notice) only work with latest unstable
channel. This is due to ongoing changes in Python infrastructure happening in
Nixpkgs.
but I can't get it working even with latest master commit. Any chance to do
some kind of version pinning?
:; NIX_PATH=$home/devel builtin nix-shell
error: anonymous function at /home/kaction/devel/nixpkgs/pkgs/top-level/python-p
ackages.nix:9:1 called without required argument 'lib'
at /home/kaction/devel/pypi2nix/requirements.nix:18:3:
17| pythonPackages =
18| import "${toString pkgs.path}/pkgs/top-level/python-packages.ni
x" {
| ^
19| inherit pkgs;
(use '--show-trace' to show detailed location information)
+; git log --format=%H -1
9fb7d91888fa24a7f96fd1915da2d4bc5e9b834e
+; pwd
/home/kaction/devel/nixpkgs
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
README.md mentioned that pypi requires latest version of nixpkgs,
but I can't get it working even with latest master commit. Any chance to do
some kind of version pinning?
The text was updated successfully, but these errors were encountered: