diff --git a/pkgs/applications/editors/emacs/elisp-packages/update-from-overlay.py b/pkgs/applications/editors/emacs/elisp-packages/update-from-overlay.py index c57ed0fde639..5805a755ba74 100755 --- a/pkgs/applications/editors/emacs/elisp-packages/update-from-overlay.py +++ b/pkgs/applications/editors/emacs/elisp-packages/update-from-overlay.py @@ -190,7 +190,7 @@ def fetch_fileset( basename = emacs_overlay.elisp_packages_set[name]["basename"] url = f"{emacs_overlay.raw_url}/{sha}/{location}/{basename}" - destination = pathlib.Path(here_directory.path, basename).resolve() + destination = here_directory.path / basename logger.debug(f"Getting {url}")