Skip to content
Snippets Groups Projects
  1. Oct 07, 2015
  2. Oct 06, 2015
  3. Oct 01, 2015
  4. Sep 17, 2015
    • Eelco Dolstra's avatar
      Shut up clang warnings · 4ba6bc18
      Eelco Dolstra authored
      4ba6bc18
    • Vladimír Čunát's avatar
      nix-env --upgrade: show "downgrading" when doing so · 42808fa2
      Vladimír Čunát authored
      It was strange to show "upgrading" when the version was getting lower.
      This is left on "upgrading" when the versions are the same,
      as I can't see any better wording.
      42808fa2
    • Vladimír Čunát's avatar
      nix-env --upgrade: avoid unexpected downgrades · 64f9b511
      Vladimír Čunát authored
      Until now, if one explicitly installed a low-priority version,
      nix-env --upgrade would downgrade it by default and even with --leq.
      Let's never accept an upgrade with version not matching the upgradeType.
      Additionally, let's never decrease the priority of an installed package;
      you can use --install to force that.
      
      Also refactor to use variable bestVersion instead of bestName,
      as only version was used from it.
      64f9b511
  5. Sep 03, 2015
  6. Sep 02, 2015
  7. Aug 24, 2015
  8. Aug 21, 2015
  9. Aug 19, 2015
  10. Aug 07, 2015
  11. Aug 04, 2015
  12. Aug 03, 2015
  13. Jul 31, 2015
  14. Jul 28, 2015
    • Eelco Dolstra's avatar
      Add sort primop · 76cc8e97
      Eelco Dolstra authored
      76cc8e97
    • Eelco Dolstra's avatar
      Add primop genList · 50807f3d
      Eelco Dolstra authored
      This can be used to implement functions like ‘imap’ (or for that
      matter, ‘map’) without the quadratic complexity incurred by calling
      ‘++’ repeatedly.
      50807f3d
  15. Jul 26, 2015
  16. Jul 24, 2015
  17. Jul 23, 2015
  18. Jul 21, 2015
  19. Jul 20, 2015
  20. Jul 19, 2015
Loading