Initial darwin documentation archeology.
2 unresolved threads
2 unresolved threads
This is what I could recover of the darwin configuration as it stands on Mini18-Alpha at SimSpace.
I believe this is sufficient for someone skilled in the art to reproduce it without access to the machine, but clearly there are a few holes I don't feel qualified to fill in without trying to set it up again.
@bgamari points out the config could be improved with cores and jobs changing.
@carter Perhaps you could fill in some details?
Merge request reports
Activity
- darwin/ghc-gitlab-ci.nix 0 → 100644
20 pkgs.haskellPackages.alex 21 pkgs.haskellPackages.happy 22 pkgs.haskellPackages.haddock 23 pkgs.automake 24 pkgs.autoconf 25 pkgs.gmp 26 pkgs.ncurses 27 ]; 28 29 shellHook = 30 let fonts = pkgs.makeFontsConf { fontDirectories = [ pkgs.dejavu_fonts ]; }; 31 in '' 32 export HOME="/Users/builder" 33 export PATH="${pkgs.clang_10}/bin:$PATH" 34 export FONTCONFIG_FILE=${fonts} 35 export CORES=12 mentioned in commit 579da25a
104 104 105 105 ## Darwin configuration 106 106 107 Install Homebrew. 107 Install Nix. 108 108 ```
Please register or sign in to reply