mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00

Solving the test environment for common-pkgs-2 is taking forever, we can make it a lot easier by splitting out awscli to it's own test.
4 lines
88 B
Nix
4 lines
88 B
Nix
{ lib, poetry2nix, runCommand }:
|
|
poetry2nix.mkPoetryApplication {
|
|
projectDir = ./.;
|
|
}
|