Add TODO about buildPythonPackage to NixOS overlay
This commit is contained in:
parent
432123bb09
commit
18b6f21f12
1 changed files with 9 additions and 0 deletions
|
@ -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 ) {} ;
|
||||
# } ;
|
||||
# } ;
|
||||
|
||||
} )
|
||||
] ;
|
||||
} ;
|
||||
|
|
Loading…
Add table
Reference in a new issue