nix-gh/doc
Eelco Dolstra 4e624849b6 * Added a command ‘nix-store --print-env $drvpath’ that prints out the
environment of the given derivation in a format that can be sourced
  by the shell, e.g.

  $ eval "$(nix-store --print-env $(nix-instantiate /etc/nixos/nixpkgs -A pkg))"
  $ NIX_BUILD_TOP=/tmp
  $ source $stdenv/setup

  This is especially useful to reproduce the environment used to build
  a package outside of its builder for development purposes.

  TODO: add a nix-build option to do the above and fetch the
  dependencies of the derivation as well.
2012-01-17 23:07:22 +00:00
..
dev * Bumped the version number to 0.11. 2006-10-06 13:45:29 +00:00
manual * Added a command ‘nix-store --print-env $drvpath’ that prints out the 2012-01-17 23:07:22 +00:00
Makefile.am * Generate man pages from the manual. 2003-08-12 13:54:42 +00:00
signing.txt * `nix-store --export --sign': sign the Nix archive using the RSA key 2007-02-21 14:31:42 +00:00