mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02: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;
|
||||
} else
|
||||
createSymlink(target, to2);
|
||||
createSymlink(target, os_string_to_string(PathViewNG { to2 }));
|
||||
}
|
||||
else
|
||||
throw Error("file '%s' has unsupported type", from2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue