Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
update: explicitly run distri, not os.Args[0]
On distri, packages are hermetic¹ and their os.Args[0] is a full path that identifies a specific version of the program. ① https://michael.stapelberg.ch/posts/2020-05-09-distri-hermetic-packages/
- Loading branch information