diff options
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |