Nix 2.26.3
Nix, the purely functional package manager; unstable internal interfaces
 
Loading...
Searching...
No Matches
local-binary-cache-store

R"( <strong>Store URL format</strong>: <tt>file://</tt>*path* This store allows reading and writing a binary cache stored in <em>path</em> in the local filesystem. If <em>path</em> does not exist, it will be created. For example, the following builds or downloads <tt>nixpkgs\#hello</tt> into the local store and then copies it to the binary cache in <tt>/tmp/binary-cache</tt>: @icode # nix copy --to file:///tmp/binary-cache nixpkgs#hello @endicode )"