Skip to content
Snippets Groups Projects
  1. Nov 09, 2016
  2. Nov 08, 2016
  3. Nov 07, 2016
  4. Oct 31, 2016
    • Eelco Dolstra's avatar
      Support optional sandbox paths · 18b7363a
      Eelco Dolstra authored
      For example, you can now set
      
        build-sandbox-paths = /dev/nvidiactl?
      
      to specify that /dev/nvidiactl should only be mounted in the sandbox
      if it exists in the host filesystem. This is useful e.g. for EC2
      images that should support both CUDA and non-CUDA instances.
      18b7363a
  5. Oct 27, 2016
  6. Oct 26, 2016
  7. Oct 21, 2016
    • Eelco Dolstra's avatar
      Remove addPathToAccessor · fdbbcc44
      Eelco Dolstra authored
      fdbbcc44
    • Eelco Dolstra's avatar
      BinaryCacheStore: Optionally write a NAR listing · 542ae5c8
      Eelco Dolstra authored
      The store parameter "write-nar-listing=1" will cause BinaryCacheStore
      to write a file ‘<store-hash>.ls.xz’ for each ‘<store-hash>.narinfo’
      added to the binary cache. This file contains an XZ-compressed JSON
      file describing the contents of the NAR, excluding the contents of
      regular files.
      
      E.g.
      
        {
          "version": 1,
          "root": {
            "type": "directory",
            "entries": {
              "lib": {
                "type": "directory",
                "entries": {
                  "Mcrt1.o": {
                    "type": "regular",
                    "size": 1288
                  },
                  "Scrt1.o": {
                    "type": "regular",
                    "size": 3920
                  },
                }
              }
            }
            ...
          }
        }
      
      (The actual file has no indentation.)
      
      This is intended to speed up the NixOS channels programs index
      generator [1], since fetching gazillions of large NARs from
      cache.nixos.org is currently a bottleneck for updating the regular
      (non-small) channel.
      
      [1] https://github.com/NixOS/nixos-channel-scripts/blob/master/generate-programs-index.cc
      542ae5c8
  8. Oct 19, 2016
  9. Oct 18, 2016
  10. Oct 16, 2016
  11. Oct 14, 2016
  12. Oct 13, 2016
  13. Oct 12, 2016
  14. Oct 07, 2016
  15. Oct 06, 2016
  16. Oct 05, 2016
  17. Oct 04, 2016
  18. Sep 22, 2016
Loading