Use overridePythonAttrs in CLI code generation

This commit is contained in:
adisbladis 2020-03-27 23:11:54 +00:00
parent 6ffeafff3c
commit ae046bc7f2
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -79,7 +79,7 @@ if __name__ == "__main__":
indent(
textwrap.dedent(
"""
%s = super.%s.overrideAttrs (
%s = super.%s.overridePythonAttrs (
_: {
src = pkgs.fetchgit {
url = "%s";