lix/src/libstore
Eelco Dolstra 6a67556f71 * Special derivation attribute `allowedReferences' that causes Nix to
check that the references of the output of a derivation are in the
  specified set.  For instance,

    allowedReferences = [];

  specifies that the output cannot have any references.  (This is
  useful, for instance, for the generation of bootstrap binaries for
  stdenv-linux, which must not have any references for purity).  It
  could also be used to guard against undesired runtime dependencies,
  e.g.,

    {gcc, dynlib}: derivation {
      ...
      allowedReferences = [dynlib];
    }

  says that the output can refer to the path of `dynlib' but not
  `gcc'.  A `forbiddedReferences' attribute would be more useful for
  this, though.
2006-10-19 16:09:24 +00:00
..
build.cc * Special derivation attribute `allowedReferences' that causes Nix to 2006-10-19 16:09:24 +00:00
build.hh * Use a proper namespace. 2006-09-04 21:06:23 +00:00
db.cc * A helpful message. 2006-10-13 11:49:55 +00:00
db.hh * Use a proper namespace. 2006-09-04 21:06:23 +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 * Big cleanup of the semantics of paths, strings, contexts, string 2006-10-16 15:55:34 +00:00
derivations.hh * Remove unnecessary inclusions of aterm2.h. 2006-09-04 22:08:40 +00:00
gc.cc * Fix a huge gaping hole in nix-env w.r.t. the garbage collector. 2006-09-14 22:30:33 +00:00
gc.hh * Fix a huge gaping hole in nix-env w.r.t. the garbage collector. 2006-09-14 22:30:33 +00:00
globals.cc * Use a proper namespace. 2006-09-04 21:06:23 +00:00
globals.hh * Use a proper namespace. 2006-09-04 21:06:23 +00:00
Makefile.am * Install header files in /nix/include/nix. 2006-09-04 22:41:36 +00:00
misc.cc * Remove unnecessary inclusions of aterm2.h. 2006-09-04 22:08:40 +00:00
misc.hh * Use a proper namespace. 2006-09-04 21:06:23 +00:00
pathlocks.cc * Use a proper namespace. 2006-09-04 21:06:23 +00:00
pathlocks.hh * Use a proper namespace. 2006-09-04 21:06:23 +00:00
references.cc * Use a bounded amount of memory in scanForReferences() by not reading 2006-09-22 13:10:30 +00:00
references.hh * Use a proper namespace. 2006-09-04 21:06:23 +00:00
store.cc * Use a proper namespace. 2006-09-04 21:06:23 +00:00
store.hh * Use a proper namespace. 2006-09-04 21:06:23 +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