diff options
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING index 836ad51a32..7916fe2090 100644 --- a/HACKING +++ b/HACKING @@ -80,7 +80,7 @@ In that case, the easiest thing is to bootstrap the distro using binaries from Nixpkgs. To do that, you need to comment out the definitions of -‘%bootstrap-guile’ and ‘%bootstrap-inputs’ in distro/packages/base.scm +‘%bootstrap-guile’ and ‘%bootstrap-inputs’ in distro/packages/bootstrap.scm to force the use of Nixpkgs derivations. For instance, when porting to ‘i686-linux’, you should redefine these variables along these lines: |