mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 08:41:42 -05:00
fix: add missing runCommand
This commit is contained in:
parent
3cbe79b23e
commit
2f325da8ec
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, poetry2nix, python3 }:
|
||||
{ lib, poetry2nix, python3, runCommand }:
|
||||
let
|
||||
env = poetry2nix.mkPoetryEnv {
|
||||
python = python3;
|
||||
|
|
Loading…
Add table
Reference in a new issue