make flake the current installation recommendation

This commit is contained in:
Jörg Thalheim 2022-11-15 19:33:15 +01:00
parent d0fd785c93
commit 107b0ed59f

View File

@ -48,7 +48,7 @@ TODO: output of the cli --help
You can use the NixOS module in one of the following ways: You can use the NixOS module in one of the following ways:
### Flakes ### Flakes (Current recommendation)
If you use nix flakes support: If you use nix flakes support:
@ -71,7 +71,7 @@ If you use nix flakes support:
} }
``` ```
### [niv](https://github.com/nmattia/niv) (Current recommendation) ### [niv](https://github.com/nmattia/niv)
First add it to niv: First add it to niv:
```console ```console