7 lines
129 B
Nix
7 lines
129 B
Nix
{ poetry2nix }:
|
|
|
|
poetry2nix.mkPoetryApplication {
|
|
pname = "myintercom-audiosocket";
|
|
version = "0.0.1";
|
|
projectDir = ./.;
|
|
}
|