cbdd91f2a667cb0452a7f3fbf9288be1571cbabf
files easier. Examples:
substitute inputFile outputFile \
--replace "@bindir@" "$out/bin" \
--replace "@gcc@" "$GCC/bin/gcc"
substitute inputFile outputFile --subst-var out
(this is sugar for --replace "@out@" "$out")
substituteInPlace file --replace a b
(input and output are both `file'; the execute bit is preserved)
svn path=/nixpkgs/trunk/; revision=2239
Description
No description provided
Languages
Nix
95.1%
Shell
2%
Python
1.7%
Rust
0.2%
C
0.2%
Other
0.4%