Skip to content
Snippets Groups Projects

Initial darwin documentation archeology.

Merged davean requested to merge mac_ci_archeology into master
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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
  • Ben Gamari approved this merge request

    approved this merge request

  • merged

  • Ben Gamari mentioned in commit 579da25a

    mentioned in commit 579da25a

  • 104 104
    105 105 ## Darwin configuration
    106 106
    107 Install Homebrew.
    107 Install Nix.
    108 108 ```
    • I think i did a multi user OSX nix install. (to make sure )

      so does require creating a /nix volume on APFS, and i think its a good idea to make sure the buider role doesn't have admin perms on the /nix volume

    • Please register or sign in to reply
    Please register or sign in to reply
    Loading