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

Install Nix RITZA edit

This commit is contained in:
worktheclock 2022-09-26 13:19:18 +02:00 committed by GitHub
parent 3bcd076f1f
commit 0bdb1b2b50
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
```
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
$ git clone git@github.com:NixOS/nixpkgs
@ -64,7 +64,7 @@ docker> find ./result # this symlink points to the build package
## Verify installation
Check that the installation by opening **a new terminal** and typing:
Check the installation by opening **a new terminal** and typing:
```bash
$ nix --version