Name
nix upgrade-nix
- deprecated in favor of determinate-nixd upgrade
Synopsis
nix upgrade-nix
[option...]
Description
This command isn't available in Determinate Nix but is present in order to guide users to the new upgrade path.
Use sudo determinate-nixd upgrade
to upgrade Determinate Nix on systems that manage it imperatively.
In practice, this is any system that isn't running NixOS.
Options
-
Show what this command would do without doing it.
Logging-related options
-
Set the logging verbosity level to 'debug'.
-
--log-format
formatSet the format of log output; one of
raw
,internal-json
,bar
orbar-with-logs
. -
--print-build-logs
/-L
Print full build logs on standard error.
-
Decrease the logging verbosity level.
-
--verbose
/-v
Increase the logging verbosity level.
Miscellaneous global options
-
Show usage information.
-
Disable substituters and consider all previously downloaded files up-to-date.
-
--option
name valueSet the Nix configuration setting name to value (overriding
nix.conf
). -
Consider all previously downloaded files out-of-date.
-
Show version information.
Note
See
man nix.conf
for overriding configuration settings with command line flags.