1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-05 12:21:48 +02:00

Merge remote-tracking branch 'origin/master' into markdown

This commit is contained in:
Eelco Dolstra 2020-08-31 14:24:26 +02:00
commit 84f5cabbea
20 changed files with 250 additions and 111 deletions

View file

@ -14,7 +14,7 @@ To build Nix for the current operating system/architecture use
$ nix-build
```
or if you have a flakes-enabled nix:
or if you have a flake-enabled nix:
```console
$ nix build
@ -52,6 +52,12 @@ To install it in `$(pwd)/inst` and test it:
nix (Nix) 2.4
```
To run a functional test:
```console
make tests/test-name-should-auto-complete.sh.test
```
If you have a flakes-enabled Nix you can replace:
```console