1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

nix/flake: fix build on windows

This commit is contained in:
Jörg Thalheim 2025-01-05 19:14:29 +00:00
parent 98d75de1ea
commit 1eba904b79

View file

@ -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);