name: storeDir type: string constructorArgs: [storeDir]
Logical file system location of the Nix store currently in use.
This value is determined by the store parameter in Store URLs:
$ nix-instantiate --store 'dummy://?store=/blah' --eval --expr builtins.storeDir
"/blah"