Skip to content

flox unsubscribe command

NAME

flox-channels - list all subscribed channels.

SYNOPSIS

flox [ <general-options> ] unsubscribe [ <name> ]

DESCRIPTION

Unsubscribe from the named channel. Will prompt for the channel name if not provided.

OPTIONS

General Options

Many flox commands wrap Nix commands of the same name, and will correspondingly pass on options and arguments directly to the underlying nix invocation. For more information on the options supported by specific Nix commands please invoke flox nix <command> help.

The following options are used specifically by flox and must be specified before the <command> argument.

-v, --verbose
Verbose mode. Invoke multiple times for increasing detail.

--debug
Debug mode. Invoke multiple times for increasing detail.

-V, --version
Print flox version.

--prefix
Print flox installation prefix / Nix store path. (flox internal use only.)

--bash-passthru
Force execution in flox-bash (flox internal use only.)

[ <name> ]
Channel to be unsubscribed Will prompt for the channel name if not provided.