Hi,

Nikita Karetnikov <nik...@karetnikov.org> skribis:

> ERROR: In procedure open-file:
> ERROR: In procedure open-file: No such file or directory: 
> "/nix/store/qc2f73airw91j5hjq7dn7737wzbcygq9-glibc-2.13.drv"
>
> It's a bit strange because the mentioned '.drv' file was there. Here is
> my previous attempt, which failed.

It could be that it was GC’d in the meantime.

Can you replace occurrences of ‘nixpkgs-derivation*’ by
‘nixpkgs-derivation’ in your bootstrap.scm?  (The former captures the
.drv paths at compile-time, which speeds things up afterward but can
cause problems like this one.)

Thanks,
Ludo’.

Reply via email to