Andreas Enge <[email protected]> skribis: > Am Freitag, 31. Mai 2013 schrieb Ludovic Courtès: >> More importantly, I rarely type in /nix/store file names, let alone use >> tab completion in there (it’s crowded!). > > Actually, I do it quite a lot, when I am using the tarballs to check manual > compilation of a new package that poses problems.
In similar situations I often do things like: tar xf $(guix build -S foo) Ludo’.
