fix: add missing runCommand

This commit is contained in:
Phillip Cloud 2021-12-22 14:04:07 -05:00
parent 3cbe79b23e
commit 2f325da8ec
No known key found for this signature in database
GPG key ID: D908212070FD785E

View file

@ -1,4 +1,4 @@
{ lib, poetry2nix, python3 }:
{ lib, poetry2nix, python3, runCommand }:
let
env = poetry2nix.mkPoetryEnv {
python = python3;