guix/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
..
Makefile.am
build.cc
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
db.hh
derivations-ast.def
derivations.cc
derivations.hh
gc.cc * Implement the `gc-keep-derivations' global configuretion flag. 2005-02-14 14:16:56 +00:00
gc.hh
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
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
pathlocks.hh
references.cc
references.hh
store.cc
store.hh
test-builder-1.sh
test-builder-2.sh