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