Describe the bug
Only absolute paths are recognized.
Steps To Reproduce
- Try any nix command with
--store $(readlink -e ./relative/path) that succeeds
- Try same command with
--store ./relative/path it fails not knowing what store to use
Expected behavior
it canonicalizes the path and makes a chroot store with that.
nix-env --version output
master
Describe the bug
Only absolute paths are recognized.
Steps To Reproduce
--store $(readlink -e ./relative/path)that succeeds--store ./relative/pathit fails not knowing what store to useExpected behavior
it canonicalizes the path and makes a chroot store with that.
nix-env --versionoutputmaster