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:
parent
8e044f1ed0
commit
d5d7594029
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@
|
|||
This section provides some notes on how to start hacking on Nix.
|
||||
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
|
||||
$ git clone https://github.com/NixOS/nix.git
|
||||
$ cd nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue