diff --git a/nixos-overlay.nix b/nixos-overlay.nix index 818af86..2cfe91a 100644 --- a/nixos-overlay.nix +++ b/nixos-overlay.nix @@ -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 ) {} ; + # } ; + # } ; + } ) ] ; } ;