Files
nixpkgs/pkgs
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
..
2006-03-08 19:25:44 +00:00
2006-10-30 15:36:33 +00:00
2006-10-28 22:31:46 +00:00
2006-10-12 10:53:16 +00:00
2006-10-12 14:53:45 +00:00