nixpkgs/pkgs/top-level
Eelco Dolstra 05c884b471 * Utility: the generic substituter. It substitutes all occurences of
`@var@' in the file `src', writing the result to $out, where `var'
  is any environment variable starting with a lowercase character.
  Example:

    genericSubstituter {
      src = ./file;
      foo = "bla";
      shell = bash + "/bin/sh";
    };

  will replace `@foo@' with `bla' and `@shell@' with
  `/nix/store/...-bash-.../bin/sh'.

svn path=/nixpkgs/trunk/; revision=6928
2006-11-02 22:44:32 +00:00
..
all-packages.nix * Utility: the generic substituter. It substitutes all occurences of 2006-11-02 22:44:32 +00:00
build-for-release.nix * Add the kernel to the channel. 2006-11-01 10:33:03 +00:00
mingw.nix * Remove execute permission. 2006-09-11 13:37:46 +00:00