1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-22 17:01:08 +01:00

manual: Add note on windows to use a git setting to avoid symlink issues in building

Ref #14787

This really doesn't really fixes the problem of the symlink, but it
solves the progress of getting windows working.

TODO: find out if it's a bug from meason & make a feature request to
avoid symlinks or generate symlinks upon build and git ignore, but still
goes back to the issue of is this a bug or do we need to make a feature
requests.

Co-authored-by: John Ericson <git@JohnEricson.me>
This commit is contained in:
eveeifyeve 2025-12-16 08:56:11 +11:00
parent 8e044f1ed0
commit d5d7594029

View file

@ -3,6 +3,10 @@
This section provides some notes on how to start hacking on Nix. This section provides some notes on how to start hacking on Nix.
To get the latest version of Nix from GitHub: To get the latest version of Nix from GitHub:
> **Note**
>
> When checking out the repo on Windows, make sure you have the git setting `core.symlinks` enabled, before cloning, as there are symlinks in the repo.
```console ```console
$ git clone https://github.com/NixOS/nix.git $ git clone https://github.com/NixOS/nix.git
$ cd nix $ cd nix