nix-super/src/libstore
Eelco Dolstra 8992fce3da * It is now possible to add store derivations or paths directly to a
user environment, e.g.,

    $ nix-env -i /nix/store/z58v41v21xd3ywrqk1vmvdwlagjx7f10-aterm-2.3.1.drv

  or 

    $ nix-env -i /nix/store/hsyj5pbn0d9iz7q0aj0fga7cpaadvp1l-aterm-2.3.1

  This is useful because it allows Nix expressions to be bypassed
  entirely.  For instance, if only a nix-pull manifest is provided,
  plus the top-level path of some component, it can be installed
  without having to supply the Nix expression (e.g., for obfuscation,
  or to be independent of Nix expression language changes or context
  dependencies).
2005-02-14 17:35:10 +00:00
..
build.cc * Input sources should be in the set of all referenceable paths too. 2005-02-11 16:03:47 +00:00
build.hh * It is now possible to add store derivations or paths directly to a 2005-02-14 17:35:10 +00:00
db.cc * Commit more often to prevent out-of-memory errors. 2005-02-09 14:37:24 +00:00
db.hh * Commit more often to prevent out-of-memory errors. 2005-02-09 14:37:24 +00:00
derivations-ast.def * Automatically upgrade <= 0.7 Nix stores to the new schema (so that 2005-02-09 09:50:29 +00:00
derivations.cc * Maintain the references/referers relation also for derivations. 2005-01-25 21:28:25 +00:00
derivations.hh * Another change to low-level derivations. The last one this year, I 2005-01-20 14:10:19 +00:00
gc.cc * Implement the `gc-keep-derivations' global configuretion flag. 2005-02-14 14:16:56 +00:00
gc.hh * Move root finding from nix-collect-garbage' to nix-store --gc'. 2005-02-01 15:05:32 +00:00
globals.cc * Global configuration option `env-keep-derivations' to store pointer 2005-02-14 13:07:09 +00:00
globals.hh * Global configuration option `env-keep-derivations' to store pointer 2005-02-14 13:07:09 +00:00
Makefile.am * Automatically upgrade <= 0.7 Nix stores to the new schema (so that 2005-02-09 09:50:29 +00:00
misc.cc * It is now possible to add store derivations or paths directly to a 2005-02-14 17:35:10 +00:00
pathlocks.cc * Don't delete active lock files. 2005-01-31 12:19:53 +00:00
pathlocks.hh * Make lock removal safe by signalling to blocked processes that the 2005-01-27 12:19:25 +00:00
references.cc * Input sources should be in the set of all referenceable paths too. 2005-02-11 16:03:47 +00:00
references.hh * libnix -> libstore. 2003-11-18 10:55:27 +00:00
store.cc * Type error in constructor call (caught by GCC 3.3, but not 3.4!). 2005-02-14 09:53:11 +00:00
store.hh * Propagate the deriver of a path through the substitute mechanism. 2005-02-09 12:57:13 +00:00
test-builder-1.sh * libnix -> libstore. 2003-11-18 10:55:27 +00:00
test-builder-2.sh * libnix -> libstore. 2003-11-18 10:55:27 +00:00