Add TODO about buildPythonPackage to NixOS overlay

This commit is contained in:
Reinout Meliesie 2025-03-03 12:58:02 +01:00
parent 432123bb09
commit 18b6f21f12
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -31,6 +31,15 @@
} ;
} ;
# TODO: Use the following template once the custom Python packages have been converted to use `buildPythonPackage`
#
# python311 = super . python311 . override {
# packageOverrides = python-self : python-super : {
# package-name = super . callPackage ( import ./package-file.nix ) {} ;
# } ;
# } ;
} )
] ;
} ;