updates from makefile

This commit is contained in:
Don Harper 2023-10-28 11:57:14 -05:00
parent 1fb3d2f1fd
commit d4aef3869f

View file

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