summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-03-13 14:06:52 -0600
committerAlejandro Soto <alejandro@34project.org>2023-03-13 14:06:52 -0600
commit46e58d709a17fc18236383ffe805023f6431ebbb (patch)
treef6f7ec1c4cea01845363dbe836e15c9f7f0c3ad9 /home
parent4403ea9c920fc8b737d82222ba4637b2963c5bfa (diff)
home/path: use latest python3 instead of python39
Diffstat (limited to '')
-rw-r--r--home/path.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/path.nix b/home/path.nix
index 2199b3e..57dd6fb 100644
--- a/home/path.nix
+++ b/home/path.nix
@@ -2,7 +2,7 @@
with lib; {
home.packages =
let
- py = pkgs.python39Packages;
+ py = pkgs.python3Packages;
in
[
pkgs.file