Home Explore Blog Models CI



nix

doc/manual/source/installation/obtaining-source.md
83734435a24a6568a15c7259786efead76cb89104c819cc20000000300000191
# Obtaining the Source

The most recent sources of Nix can be obtained from its [Git
repository](https://github.com/NixOS/nix). For example, the following
command will check out the latest revision into a directory called
`nix`:

```console
$ git clone https://github.com/NixOS/nix
```

Likewise, specific releases can be obtained from the
[tags](https://github.com/NixOS/nix/tags) of the repository.

Chunks
fc9a2347 (1st chunk of `doc/manual/source/installation/obtaining-source.md`)
Title: Obtaining Nix Source Code
Summary
This section describes how to obtain the Nix source code from its Git repository on GitHub. Users can clone the latest revision using `git clone https://github.com/NixOS/nix`, and specific releases are available through the repository's tags.