guix-devel/nix/libstore
Ludovic Courtès a87d66f371
daemon: Rename 'NIX_STATE_DIR' and 'NIX_DB_DIR' environment variables.
Fixes <https://bugs.gnu.org/22459>.
Reported by Jeff Mickey <j@codemac.net>.

* guix/config.scm.in (%state-directory): Change NIX_STATE_DIR to
GUIX_STATE_DIRECTORY.
(%store-database-directory): Change NIX_DB_DIR to
GUIX_DATABASE_DIRECTORY.
* nix/libstore/globals.cc (Settings::processEnvironment): Likewise.
* guix/self.scm (make-config.scm): Likewise.
* build-aux/build-self.scm (make-config.scm): Likewise.
* build-aux/test-env.in: Likewise.
* tests/derivations.scm ("derivation #:leaked-env-vars"): Likewise.
* tests/guix-build.sh (GUIX_DAEMON_SOCKET): Likewise.
* tests/guix-daemon.sh (socket): Likewise.
2019-02-04 00:03:30 +01:00
..
.gitignore
build.cc daemon: Use unbranded phrases in comments and messages. 2018-12-16 16:28:07 +01:00
builtins.cc perform-download: Optionally report a "download-progress" trace. 2018-09-27 23:21:53 +02:00
builtins.hh
derivations.cc
derivations.hh
gc.cc daemon: Use unbranded phrases in comments and messages. 2018-12-16 16:28:07 +01:00
globals.cc daemon: Rename 'NIX_STATE_DIR' and 'NIX_DB_DIR' environment variables. 2019-02-04 00:03:30 +01:00
globals.hh daemon: Support multiplexed build output. 2018-10-15 22:40:35 +02:00
local-store.cc daemon: Use unbranded phrases in comments and messages. 2018-12-16 16:28:07 +01:00
local-store.hh daemon: Remove unused schema upgrade code. 2018-03-30 23:42:07 +02:00
misc.cc daemon: Remove dead code. 2018-03-30 23:42:07 +02:00
misc.hh daemon: Remove dead code. 2018-03-30 23:42:07 +02:00
optimise-store.cc daemon: Use unbranded phrases in comments and messages. 2018-12-16 16:28:07 +01:00
pathlocks.cc
pathlocks.hh
references.cc
references.hh
sqlite.cc
sqlite.hh
store-api.cc daemon: Use unbranded phrases in comments and messages. 2018-12-16 16:28:07 +01:00
store-api.hh Remove 'guix-register' and its traces. 2018-06-14 11:17:00 +02:00
worker-protocol.hh daemon: Support multiplexed build output. 2018-10-15 22:40:35 +02:00