Skip to content
Snippets Groups Projects
  1. Nov 09, 2018
  2. Nov 07, 2018
  3. Oct 01, 2018
  4. Sep 28, 2018
  5. Sep 02, 2018
  6. Sep 01, 2018
  7. Aug 31, 2018
  8. Aug 30, 2018
  9. Aug 03, 2018
  10. Feb 24, 2018
  11. Feb 22, 2018
  12. Feb 20, 2018
  13. Feb 19, 2018
  14. Feb 08, 2018
  15. 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
  16. Jan 31, 2018
  17. Nov 03, 2017
  18. Oct 30, 2017
  19. Oct 23, 2017
  20. Sep 18, 2017
  21. 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
  22. 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
  23. Aug 16, 2017
  24. Aug 10, 2017
  25. Jul 18, 2017
  26. Jun 14, 2017
  27. Apr 12, 2017
  28. Feb 27, 2017
  29. Jan 31, 2016
Loading