Loading
nixos/activation: use the builder's `sed`
9bfd0d68 changed this line from `substituteInPlace` to `sed`, but in the case of cross compilation that would use the host's `sed`, which isn't necessarily executable by the build machine.
9bfd0d68 changed this line from `substituteInPlace` to `sed`, but in the case of cross compilation that would use the host's `sed`, which isn't necessarily executable by the build machine.