mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
fix builds by adding "typing" group to poetry-env-test
This commit is contained in:
parent
d62ba59f1e
commit
9ea1bcb876
1 changed files with 4 additions and 1 deletions
|
@ -105,7 +105,10 @@ builtins.removeAttrs
|
|||
|
||||
poetry-env =
|
||||
let
|
||||
env = poetry2nix.mkPoetryEnv { projectDir = ../pkgs/poetry; };
|
||||
env = poetry2nix.mkPoetryEnv {
|
||||
projectDir = ../pkgs/poetry;
|
||||
groups = [ "typing" ];
|
||||
};
|
||||
in
|
||||
pkgs.runCommand "poetry-env-test" { } ''
|
||||
${env}/bin/python -c 'import requests'
|
||||
|
|
Loading…
Add table
Reference in a new issue