Skip to content

Commit

Permalink
templates: Remove usage of poetry attribute from poetry2nix flake
Browse files Browse the repository at this point in the history
Closes #1362
  • Loading branch information
adisbladis committed Oct 26, 2023
1 parent 49ba4ae commit b005f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/app/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
};

devShells.default = pkgs.mkShell {
packages = [ poetry2nix.packages.${system}.poetry ];
packages = [ pkgs.poetry ];
};
});
}

0 comments on commit b005f34

Please sign in to comment.