Skip to content
Snippets Groups Projects
  1. Aug 03, 2018
  2. Feb 24, 2018
  3. Feb 22, 2018
  4. Feb 20, 2018
  5. Feb 19, 2018
  6. Feb 08, 2018
  7. Feb 03, 2018
    • Eelco Dolstra's avatar
      Remove nix-build --hash · 84722d67
      Eelco Dolstra authored
      Instead, if a fixed-output derivation produces has an incorrect output
      hash, we now unconditionally move the outputs to the path
      corresponding with the actual hash and register it as valid. Thus,
      after correcting the hash in the Nix expression (e.g. in a fetchurl
      call), the fixed-output derivation doesn't have to be built again.
      
      It would still be good to have a command for reporting the actual hash
      of a fixed-output derivation (instead of throwing an error), but
      "nix-build --hash" didn't do that.
      84722d67
  8. Jan 31, 2018
  9. Nov 03, 2017
  10. Oct 30, 2017
  11. Oct 23, 2017
  12. Sep 18, 2017
  13. 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").
      0b606aad
  14. 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.
      2c75945d
  15. Aug 16, 2017
  16. Aug 10, 2017
  17. Jul 18, 2017
  18. Jun 14, 2017
  19. Apr 12, 2017
  20. Feb 27, 2017
  21. Jan 31, 2016
  22. Jan 19, 2016
  23. Jan 18, 2016
  24. Jan 06, 2016
  25. Jan 04, 2016
  26. Nov 23, 2015
  27. 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
  28. Sep 03, 2015
  29. Aug 05, 2015
  30. Jun 12, 2015
Loading