Skip to content
Snippets Groups Projects
  1. Jan 31, 2018
  2. Nov 03, 2017
  3. Oct 30, 2017
  4. Oct 23, 2017
  5. Sep 18, 2017
  6. Sep 05, 2017
    • Eelco Dolstra's avatar
      Add automatic garbage collection · 0b606aad
      Eelco Dolstra authored
      Nix can now automatically run the garbage collector during builds or
      while adding paths to the store. The option "min-free = <bytes>"
      specifies that Nix should run the garbage collector whenever free
      space in the Nix store drops below <bytes>. It will then delete
      garbage until "max-free" bytes are available.
      
      Garbage collection during builds is asynchronous; running builds are
      not paused and new builds are not blocked. However, there also is a
      synchronous GC run prior to the first build/substitution.
      
      Currently, no old GC roots are deleted (as in "nix-collect-garbage
      -d").
      Unverified
      0b606aad
  7. Aug 20, 2017
    • Matthew Bauer's avatar
      Remove nix-mode.el from Nix. · 2c75945d
      Matthew Bauer authored
      This removes the file nix-mode.el from Nix. The file is now available within the
      repository https://github.com/NixOS/nix-mode.
      
      Fixes #662
      Fixes #1040
      Fixes #1054
      Fixes #1055
      Closes #1119
      Fixes #1419
      
      NOTE: all of the above should be fixed within NixOS/nix-mode. If one of those
      hasn’t please reopen within NixOS/nix-mode and not within NixOS/nix.
      Unverified
      2c75945d
  8. Aug 16, 2017
  9. Aug 10, 2017
  10. Jul 18, 2017
  11. Jun 14, 2017
  12. Apr 12, 2017
  13. Feb 27, 2017
  14. Jan 31, 2016
  15. Jan 19, 2016
  16. Jan 18, 2016
  17. Jan 06, 2016
  18. Jan 04, 2016
  19. Nov 23, 2015
  20. Nov 10, 2015
    • Vladimír Čunát's avatar
      rename `chroot` to `sandbox` (fixes #656, close #682) · b39622a4
      Vladimír Čunát authored
      - rename options but leav old names as lower-priority aliases,
        also "-dirs" -> "-paths" to get closer to the meaning
      - update docs to reflect the new names (old aliases are not documented),
        including a new file with release notes
      - tests need an update after corresponding changes to nixpkgs
      - __noChroot is left as it is (after discussion on the PR)
      b39622a4
  21. Sep 03, 2015
  22. Aug 05, 2015
  23. Jun 12, 2015
  24. Jun 11, 2015
  25. Jun 01, 2015
  26. Dec 16, 2014
  27. Dec 14, 2014
  28. Dec 09, 2014
  29. Oct 29, 2014
  30. Oct 03, 2014
  31. Sep 16, 2014
  32. Aug 27, 2014
Loading