about summary refs log tree commit diff
path: root/third_party/nix/src/nix-env/nix-env.cc
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/src/nix-env/nix-env.cc')
-rw-r--r--third_party/nix/src/nix-env/nix-env.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/nix-env/nix-env.cc b/third_party/nix/src/nix-env/nix-env.cc
index 830bd514da..ee36510f02 100644
--- a/third_party/nix/src/nix-env/nix-env.cc
+++ b/third_party/nix/src/nix-env/nix-env.cc
@@ -1516,7 +1516,7 @@ static int _main(int argc, char** argv) {
     globals.instSource.autoArgs = myArgs.getAutoArgs(*globals.state);
 
     if (globals.profile.empty()) {
-      globals.profile = getEnv("NIX_PROFILE", "");
+      globals.profile = getEnv("NIX_PROFILE").value_or("");
     }
 
     if (globals.profile.empty()) {