poetry2nix/example_project/default.nix
2019-06-17 18:43:38 +01:00

5 lines
56 B
Nix

with import ../. { };
mkPoetryPackage {
src = ./.;
}