Skip to content
Snippets Groups Projects
  1. Oct 09, 2019
    • Matthew Bauer's avatar
      Copy instead of linking launch agent · 0847f2f1
      Matthew Bauer authored
      On Catalina, the /nix filesystem might not be mounted at start time.
      To avoid this service not starting, we need to keep the launch agent
      outside of the Nix store. A wait4pid will hold for our /nix dir to be
      mounted.
      
      Fixes #3125.
      0847f2f1
  2. Mar 29, 2018
    • Graham Christensen's avatar
      Expand the multi-user installer to support Linuxes with systemd · 2921165a
      Graham Christensen authored
       - darwin installer: delete hardware report, not necessary
       - moves os-specific code from the darwin installer to to `poly_*`
         functions
       - adds profile.d support to the profile targets, which automatically
         handles many distros which don't have a /etc/bashrc but do have an
         /etc/profile.d
       - /bin/bash -> /usr/bin/env bash
       - document why each excluded shellcheck check is excluded
       - rename the multi-user to Daemon-based
      2921165a
  3. Jan 29, 2018
  4. Jan 12, 2018
  5. Jan 03, 2018
  6. Dec 20, 2017
  7. Dec 08, 2017
  8. Nov 20, 2017
  9. Oct 05, 2017
  10. Oct 03, 2017
    • Anthony Cowley's avatar
      install-darwin-multi-user: relax assumption check · 92f9d18a
      Anthony Cowley authored
      The installer will error out if a user's shell configuration includes any mention of ~nix-profile~, even if this is in a comment. This change is designed to do the bare minimum to ignore lines beginning with a `#`.
      92f9d18a
  11. Aug 31, 2017
    • Eelco Dolstra's avatar
      Rename a few configuration options · c2154d4c
      Eelco Dolstra authored
      In particular, drop the "build-" and "gc-" prefixes which are
      pointless. So now you can say
      
        nix build --no-sandbox
      
      instead of
      
        nix build --no-build-use-sandbox
      c2154d4c
  12. Jul 14, 2017
Loading