poetry2nix/tests/extended-cross/default.nix

10 lines
162 B
Nix
Raw Normal View History

2022-01-19 17:54:01 +12:00
{ poetry2nix, pkgsCross }:
let
pkgs = pkgsCross.aarch64-multiplatform;
in
pkgs.poetry2nix.mkPoetryApplication {
python = pkgs.python3;
projectDir = ./.;
}