Hi everyone, "pelzflorian (Florian Pelz)" writes: > IIUC 'make as-derivation' uses the files from the guix directory, but > 'guix pull' uses the files from a repo checkout and was not / cannot be > broken by stray files. `make as-derivation` uses #:select? git? to restrict to only files that are checked out in git. It doesn't try to get the contents of HEAD though, the working directory's state is used instead. Best, -- Josselin Poiret