6 lines
99 B
Nix
6 lines
99 B
Nix
{ pkgs ? import <nixpkgs> { } }:
|
|
|
|
with pkgs;
|
|
|
|
poetry2nix.mkPoetryApplication { projectDir = ./.; }
|