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