mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
nix/flake: fix build on windows
This commit is contained in:
parent
98d75de1ea
commit
1eba904b79
1 changed files with 1 additions and 1 deletions
|
|
@ -938,7 +938,7 @@ struct CmdFlakeInitCommon : virtual Args, EvalCommand
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
} else
|
} else
|
||||||
createSymlink(target, to2);
|
createSymlink(target, os_string_to_string(PathViewNG { to2 }));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
throw Error("file '%s' has unsupported type", from2);
|
throw Error("file '%s' has unsupported type", from2);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue