mirror of
https://github.com/NixOS/nix.git
synced 2025-12-22 17:01:08 +01:00
Merge pull request #14804 from Eveeifyeve/windows-symlink-issue-fix
manual: Add note on windows to use a git setting to avoid symlink issues in building
This commit is contained in:
commit
5f69fd3e8d
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.
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue