poetry2nix/example_project/default.nix

6 lines
75 B
Nix

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