From 1308f9306983ae9f56ffca1c1038b36e698ebf0f Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 28 Oct 2023 13:21:42 -0500 Subject: [PATCH] defaulting to the version of python the nix devs want to use --- workstation/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workstation/default.nix b/workstation/default.nix index c33036d..6cc3fbb 100644 --- a/workstation/default.nix +++ b/workstation/default.nix @@ -7,7 +7,7 @@ let python-dateutil setuptools ]; - python-with-my-packages = pkgs.python310Full.withPackages my-python-packages; + python-with-my-packages = pkgs.python3Full.withPackages my-python-packages; in { nix.settings.experimental-features = [ "nix-command" "flakes" ]; @@ -179,7 +179,7 @@ in pulseaudio ruby steam - udiskie + #udiskie wireplumber wlsunset xdg-utils