From 1fb3d2f1fdeed3bdbbaa45ab145eb9a81ac421b7 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 28 Oct 2023 11:56:36 -0500 Subject: [PATCH] updates from makefile --- workstation/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workstation/default.nix b/workstation/default.nix index 6b2789b..5cb8ccb 100644 --- a/workstation/default.nix +++ b/workstation/default.nix @@ -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" ];