Skip to content
Snippets Groups Projects
  1. Jul 30, 2017
  2. Jul 28, 2017
  3. Jul 27, 2017
  4. 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
    • Eelco Dolstra's avatar
      nix-build/nix-shell: Eliminate call to nix-instantiate / nix-store · 4c9ff89c
      Eelco Dolstra authored
      Note that this removes the need for a derivation symlink, so the
      --drv-path and --add-drv-link flags now do nothing.
      4c9ff89c
  5. Jul 20, 2017
  6. Jul 19, 2017
  7. Jul 18, 2017
  8. Jul 17, 2017
  9. Jul 16, 2017
  10. Jul 15, 2017
  11. Jul 14, 2017
Loading