Skip to content
Snippets Groups Projects
  1. Oct 16, 2018
  2. Oct 01, 2018
    • Matthew Bauer's avatar
      nix-profile-daemon: remove cruft · 9cc876fb
      Matthew Bauer authored
      This removes part of the PATH that were being added automatically in multi-user installs:
      
      - $HOME/.nix-profile/lib/kde4/libexec - shouldn't be needed anymore, we are now using kde5
      - @localstatedir@/nix/profiles/default/lib/kde4/libexec - same as above
      - @localstatedir@/nix/profiles/default - shouldn't ever contain binaries
      9cc876fb
  3. Sep 01, 2018
  4. May 30, 2018
  5. May 25, 2018
  6. Apr 19, 2018
  7. Apr 04, 2018
  8. Mar 30, 2018
  9. 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
  10. Jan 29, 2018
  11. Jan 14, 2018
    • Iavael's avatar
      Fix manpath detection · ebc42f8b
      Iavael authored
      Checking for MANPATH without quotes always returns true, so that it breaks bash-completion for man pages on modern systems without MANPATH environment variable.
      ebc42f8b
  12. Jan 12, 2018
  13. Jan 03, 2018
  14. Dec 29, 2017
  15. Dec 20, 2017
  16. Dec 08, 2017
  17. Nov 20, 2017
  18. Oct 16, 2017
  19. Oct 05, 2017
  20. 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
  21. 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
  22. Jul 30, 2017
  23. Jul 14, 2017
Loading