mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
Use overridePythonAttrs in CLI code generation
This commit is contained in:
parent
6ffeafff3c
commit
ae046bc7f2
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ if __name__ == "__main__":
|
|||
indent(
|
||||
textwrap.dedent(
|
||||
"""
|
||||
%s = super.%s.overrideAttrs (
|
||||
%s = super.%s.overridePythonAttrs (
|
||||
_: {
|
||||
src = pkgs.fetchgit {
|
||||
url = "%s";
|
||||
|
|
Loading…
Add table
Reference in a new issue