Go to file
Eelco Dolstra 20d165c344 * A command to run programs in Nix packages, that is, to execute a run
action.  Run actions are described by uniquely hashed descriptors,
  just like build actions.  Therefore run actions can have
  dependencies, but these need not be the same as the build time
  dependencies (e.g., at runtime we can link against a different
  version of a dynamic library).  Example:

    nix run 31d6bf4c171282367065e0deecd7c579

  will run the Pan 0.13.91 newsreader with gtkspell support.
2003-03-23 23:24:09 +00:00
pkg * Fetch sources from the network. 2003-03-21 14:10:06 +00:00
src * A command to run programs in Nix packages, that is, to execute a run 2003-03-23 23:24:09 +00:00
sys * Improved Nix. Resources (package descriptors and other source 2003-03-14 16:43:14 +00:00
test * Added a command to list installed packages. 2003-03-21 15:58:40 +00:00