diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-03-13 14:06:52 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-03-13 14:06:52 -0600 |
| commit | 46e58d709a17fc18236383ffe805023f6431ebbb (patch) | |
| tree | f6f7ec1c4cea01845363dbe836e15c9f7f0c3ad9 /home | |
| parent | 4403ea9c920fc8b737d82222ba4637b2963c5bfa (diff) | |
home/path: use latest python3 instead of python39
Diffstat (limited to '')
| -rw-r--r-- | home/path.nix | 2 |
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 |
