aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index bc1ebc6..c6b3357 100644
--- a/flake.nix
+++ b/flake.nix
@@ -73,7 +73,7 @@
#!${pkgs.runtimeShell}
set -euo pipefail
- if [[ $DRY_ACTIVATE == "1" ]]
+ if [[ "x''${DRY_ACTIVATE:-}" == "x1" ]]
then
${if builtins.hasAttr "dryActivate" customSelf
then