diff options
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 |
