Skip to content
Commit 68922e3f authored by Thomas Tuegel's avatar Thomas Tuegel
Browse files

nixos/stage-1: use `readlink -e` in builder

The builder has this convoluted `while` loop which just replicates
`readlink -e`. I'm sure there was a reason at one point, because the
loop has been there since time immemorial. It kept getting copied
around, I suspect because nobody bothered to understand what it actually
did.

Incidentally, this fixes #17513, but I have no idea why.
parent ee36bb85
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment