nix-super/src/nix-instantiate
Eelco Dolstra c6120352b3 * In nix-instantiate, allow us to specify a "path" to the
derivation(s) we're interested, e.g.,

    $ nix-instantiate ./all-packages.nix --attr xlibs.libX11

  List elements can also be selected:

    $ nix-instantiate ./build-for-release.nix --attr 0.subversion

  This allows a non-ambiguous specification of a derivation.  Of
  course, this should also be added to nix-env and nix-build.
2006-02-10 17:25:59 +00:00
..
help.txt * nix-store, nix-instantiate: added an option `--add-root' to 2005-02-01 12:36:25 +00:00
main.cc * In nix-instantiate, allow us to specify a "path" to the 2006-02-10 17:25:59 +00:00
Makefile.am * Build dynamic libraries. 2005-07-22 14:52:45 +00:00