We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0749c90 commit 02ebd79Copy full SHA for 02ebd79
src/cli/subcommand/install/determinate.rs
@@ -9,8 +9,8 @@ use crate::planner::BuiltinPlanner;
9
const PRE_PKG_SUGGEST: &str = "For a more robust Nix installation, use the Determinate package for macOS: https://dtr.mn/determinate-nix";
10
11
const INSTALL_DETERMINATE_NIX_PROMPT: &str = "\
12
-Install Determinate Nix?\
13
-\
+Install Determinate Nix?
+
14
Selecting 'no' will install Nix from NixOS.org, without automated garbage collection and enterprise certificate support.\
15
";
16
0 commit comments