Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolve TempDir paths before passing them to the flake bin
On MacOS /tmp is a symlink to /private/tmp. TempDir creates a dir and returns the path as /tmp. nix is unhappy with symlink dirs when calling nix flake metadata --json To fix this we canonicalize the path first, resolving any symlinks on the way.
- Loading branch information