mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -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
|
let
|
||||||
env = poetry2nix.mkPoetryEnv {
|
env = poetry2nix.mkPoetryEnv {
|
||||||
python = python3;
|
python = python3;
|
||||||
|
|
Loading…
Add table
Reference in a new issue