We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972da7b commit 271b72dCopy full SHA for 271b72d
extensions/options.nix
@@ -15,7 +15,7 @@ let
15
category = "host state";
16
package = pkgs.mkcert;
17
command = ''
18
- echo "$(tput bold)Installing the ${name}'s dev CA into local trust stores via mkcert command ...$(tput sgr0)"
+ echo "$(tput bold)Installing ${name}'s dev CA into local trust stores via mkcert command ...$(tput sgr0)"
19
export CAROOT=${dev-ca-path}
20
${pkgs.mkcert}/bin/mkcert -install
21
'';
@@ -26,7 +26,7 @@ let
26
27
28
29
- echo "$(tput bold)Purging the ${name}'s dev CA from local trust stores via mkcert command ...$(tput sgr0)"
+ echo "$(tput bold)Purging ${name}'s dev CA from local trust stores via mkcert command ...$(tput sgr0)"
30
31
${pkgs.mkcert}/bin/mkcert -uninstall
32
0 commit comments