updates from makefile

This commit is contained in:
Don Harper 2023-10-28 11:56:36 -05:00
parent e3c7b7b449
commit 1fb3d2f1fd

View file

@ -7,7 +7,7 @@ let
python-dateutil
setuptools
];
python-with-my-packages = pkgs.python313Full.withPackages my-python-packages;
python-with-my-packages = pkgs.python39Full.withPackages my-python-packages;
in
{
nix.settings.experimental-features = [ "nix-command" "flakes" ];