IN-P3/default.nix

6 lines
99 B
Nix

{ pkgs ? import <nixpkgs> { } }:
with pkgs;
poetry2nix.mkPoetryApplication { projectDir = ./.; }