nix-gh/tests/lang/eval-okay-search-path.flags
Eelco Dolstra c7101dac0b * Allow redirections in search path entries. E.g. if you have a
directory

    /home/eelco/src/stdenv-updates

  that you want to use as the directory for import such as

    with (import <nixpkgs> { });

  then you can say

    $ nix-build -I nixpkgs=/home/eelco/src/stdenv-updates
2011-08-06 17:48:57 +00:00

1 line
43 B
Plaintext

-I lang/dir1 -I lang/dir2 -I dir5=lang/dir3