Skip to content
Snippets Groups Projects
  1. 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
  2. Aug 19, 2017
  3. Aug 18, 2017
  4. Aug 16, 2017
  5. Aug 15, 2017
  6. Aug 10, 2017
  7. Aug 09, 2017
  8. Aug 02, 2017
  9. Jul 31, 2017
  10. Jul 30, 2017
  11. Jul 28, 2017
  12. Jul 27, 2017
  13. Jul 26, 2017
    • Eelco Dolstra's avatar
      nix search: Add a cache · 57b95057
      Eelco Dolstra authored
      The package list is now cached in
      ~/.cache/nix/package-search.json. This gives a substantial speedup to
      "nix search" queries. For example (on an SSD):
      
      First run: (no package search cache, cold page cache)
      
        $ time nix search blender
        Attribute name: nixpkgs.blender
        Package name: blender
        Version: 2.78c
        Description: 3D Creation/Animation/Publishing System
      
        real    0m6.516s
      
      Second run: (package search cache populated)
      
        $ time nix search blender
        Attribute name: nixpkgs.blender
        Package name: blender
        Version: 2.78c
        Description: 3D Creation/Animation/Publishing System
      
        real    0m0.143s
      57b95057
Loading