guix/src
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
..
bin2c * Sync with the trunk. 2010-04-20 09:20:29 +00:00
boost
bsdiff-4.3 * Quick hack around one of the pathological cases in bsdiff 2010-11-29 17:07:04 +00:00
libexpr * Don't create thunks for simple constants (integers, strings, paths) 2012-01-07 17:26:33 +00:00
libmain * Remove the terminate handler, which was only really needed because 2011-12-14 22:41:10 +00:00
libstore * Oops. 2011-12-30 17:13:25 +00:00
libutil * In the garbage collector, delete invalid paths before deleting 2011-12-22 15:55:53 +00:00
nix-env * Refactoring: Get rid of a few subdirectories in corepkgs/, and some 2012-01-03 00:16:29 +00:00
nix-hash * Move parseHash16or32 into libutil, and use in nix-hash. 2011-12-02 11:47:06 +00:00
nix-instantiate * Allow '<nixexpr>' syntax to be used in nix-instantiate, nix-build 2011-12-01 16:41:43 +00:00
nix-log2xml * Emit warning='1' or error='1' attributes for lines marked as 2010-03-05 12:54:58 +00:00
nix-setuid-helper * Drop the dependency on the ATerm library. 2010-04-19 14:51:58 +00:00
nix-store * Added a command ‘nix-store --print-env $drvpath’ that prints out the 2012-01-17 23:07:22 +00:00
nix-worker * Fix the build. 2011-12-20 16:37:01 +00:00
Makefile.am * Drop the dependency on the ATerm library. 2010-04-19 14:51:58 +00:00