guix lint -L /home/jackhill/lint-test my-hello
passing just the relative path, i.e. ./lint-test does not work. Passing the full path also changes the local reported by guix show.
It seems like canonicalizing the locad path is the right thing to do. Thoughts? Jack