1
1
Fork 0
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:
John Ericson 2025-12-16 04:21:52 +00:00 committed by GitHub
commit 5f69fd3e8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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