poetry2nix/flake.nix

8 lines
114 B
Nix

{
description = "Poetry2nix flake";
outputs = { self }:
{
overlay = import ./overlay.nix;
};
}