mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 17:21:39 -05:00
fix(template): import poetry2nix instead of using legacyPackages
This commit is contained in:
parent
3b6124e9b7
commit
87a775aca2
1 changed files with 1 additions and 1 deletions
|
@ -14,8 +14,8 @@
|
|||
flake-utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
# see https://github.com/nix-community/poetry2nix/tree/master#api for more functions and examples.
|
||||
inherit (poetry2nix.legacyPackages.${system}) mkPoetryApplication;
|
||||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
inherit (import poetry2nix { inherit pkgs; }) mkPoetryApplication;
|
||||
in
|
||||
{
|
||||
packages = {
|
||||
|
|
Loading…
Add table
Reference in a new issue