[Nix-dev] Creating dependency trees.

stewart mackenzie setori88 at gmail.com
Fri Jan 22 03:02:21 CET 2016


Okay this:

substituteInPlace lib/lib.subnet \
  --replace \( \ \(''$\{ \
  --replace \) \}\)

transforms this:

in => a nand (maths_boolean_nand) out => out
in => b nand ()

to:

in => a nand (${maths_boolean_nand}) out => out
in => b nand (${})


More information about the nix-dev mailing list