update-python-libraries: add missing dependency nix
nix is needed for nix-prefetch-url
This commit is contained in:
parent
ed0eeef636
commit
c0972c16dc
@ -1,7 +1,8 @@
|
||||
{ python3, runCommand, git }:
|
||||
{ python3, runCommand, git, nix }:
|
||||
|
||||
runCommand "update-python-libraries" {
|
||||
buildInputs = [
|
||||
nix
|
||||
(python3.withPackages(ps: with ps; [ packaging requests toolz ]))
|
||||
git
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user