nix-envmanipulate or query Nix user environmentsnix-env
&opt-common-syn;
pathoperationoptionsargumentsDescription
The command nix-env is used to manipulate Nix
user environments. User environments are sets of software
components available to a user at some point in time. In other
words, they are a synthesised view of the programs available in
the Nix store. There may be many user environments: different
users can have different environments, and individual users can
switch between different environments.
nix-env takes exactly one
operation flag which indicates the
subcommand to be performed. These are documented below.
Common options
This section lists the options that are common to all
operations. These options are allowed for every subcommand,
though they may not always have an effect.
&opt-common;
/
Specifies the Nix expression used by the
, ,
and operations to
obtain derivations. The default is
~/.nix-defexpr.
Files~/.nix-defexpr
The default Nix expression used by the
, ,
and operations to
obtain derivations. It is generally a symbolic link to
some other location set using the
operation. The
option may be used to override
this default.
~/.nix-profile
A symbolic link to the user's current profile. The
default profile is
prefix/var/nix/profiles/default.
The PATH environment variable should
include ~/.nix-profile/bin for the user
environment to be visible to the user.
Operation Synopsisnix-envDescription