1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

Merge pull request #328 from worktheclock/patch-12

Install Nix RITZA edit
This commit is contained in:
Domen Kožar 2022-09-26 13:37:45 +02:00 committed by GitHub
commit 04f0e8b401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ $ mkdir workdir
$ docker run -it -v $(pwd)/workdir:/workdir nixos/nix $ docker run -it -v $(pwd)/workdir:/workdir nixos/nix
``` ```
The `workdir` example from above can be also used to start hacking on nixpkgs: The `workdir` example from above can be also used to start hacking on Nixpkgs:
```bash ```bash
$ git clone git@github.com:NixOS/nixpkgs $ git clone git@github.com:NixOS/nixpkgs
@ -64,7 +64,7 @@ docker> find ./result # this symlink points to the build package
## Verify installation ## Verify installation
Check that the installation by opening **a new terminal** and typing: Check the installation by opening **a new terminal** and typing:
```bash ```bash
$ nix --version $ nix --version