Files
lix/doc/manual
Eelco Dolstra 055608227f * nix-env: allow ~/.nix-defexpr to be a directory. If it is, then the
Nix expressions in that directory are combined into an attribute set
  {file1 = import file1; file2 = import file2; ...}, i.e. each Nix
  expression is an attribute with the file name as the attribute
  name.  Also recurses into directories.

* nix-env: removed the "--import" (-I) option which set the
  ~/.nix-defexpr symlink.

* nix-channel: don't use "nix-env --import", instead symlink
  ~/.nix-defexpr/channels.  So finally nix-channel --update doesn't
  override any default Nix expressions but combines with them.

  This means that you can have (say) a local Nixpkgs SVN tree and use
  it as a default for nix-env:

  $ ln -s .../path-to-nixpkgs-tree ~/.nix-defexpr/nixpkgs_svn

  and be subscribed to channels (including Nixpkgs) at the same time.
  (If there is any ambiguity, the -A flag can be used to
  disambiguate, e.g. "nix-env -i -A nixpkgs_svn.pan".)
2007-09-17 16:08:24 +00:00
..
2006-08-21 16:05:11 +00:00
2006-10-05 08:21:52 +00:00
2007-01-13 17:54:01 +00:00
2006-08-21 16:05:11 +00:00
2007-05-16 22:07:39 +00:00
2006-09-28 09:10:53 +00:00
2007-05-16 22:07:39 +00:00
2006-08-21 16:05:11 +00:00
2006-09-29 11:03:16 +00:00
2006-10-05 23:13:15 +00:00
2006-10-02 22:11:44 +00:00
2004-11-02 08:25:29 +00:00
2007-01-14 12:16:58 +00:00
2006-08-21 16:05:11 +00:00
2006-09-29 11:03:16 +00:00
2007-05-16 22:07:39 +00:00
2004-10-31 17:08:48 +00:00
2006-10-04 17:07:52 +00:00