mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
8 lines
114 B
Nix
8 lines
114 B
Nix
{
|
|
description = "Poetry2nix flake";
|
|
|
|
outputs = { self }:
|
|
{
|
|
overlay = import ./overlay.nix;
|
|
};
|
|
}
|