pub fn build_devshell(
target: &Utf8Path,
system: &str,
) -> Result<(), StepFailure>Expand description
nix build --no-link of the default devshell: the fence. --no-link
keeps a directory entry from dropping a result symlink.
§Errors
The failing step with nix’s last stderr line.