mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 08:41:42 -05:00
tests.pep600: Set a fixed python version (3.8)
This commit is contained in:
parent
2758358d60
commit
4b586ea0ab
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib, poetry2nix, python3, runCommand }:
|
||||
{ lib, poetry2nix, python38, runCommand }:
|
||||
let
|
||||
env = poetry2nix.mkPoetryEnv {
|
||||
python = python3;
|
||||
python = python38;
|
||||
preferWheels = true;
|
||||
pyproject = ./pyproject.toml;
|
||||
poetrylock = ./poetry.lock;
|
||||
|
|
Loading…
Add table
Reference in a new issue