We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aec937b commit bc23a31Copy full SHA for bc23a31
extensions/options.nix
@@ -116,4 +116,5 @@ in
116
else [ installProjectCA uninstallProjectCA ]
117
);
118
};
119
+ bash.extra = "export CAROOT=$DEVSHELL_ROOT/${dev-ca-path}";
120
}
0 commit comments