summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2022-11-15 19:33:15 +0100
committerJörg Thalheim <joerg@thalheim.io>2022-11-15 19:33:15 +0100
commit107b0ed59f61bfe789a60fc339360da88b6e8164 (patch)
treedc294691b0a9d50a2431f014a7948444d8c3f3a1
parentd0fd785c93e69adbf28c271cfce1e6a36eae9ec0 (diff)
make flake the current installation recommendation
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 20dea6f..c6f0e99 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ TODO: output of the cli --help
You can use the NixOS module in one of the following ways:
-### Flakes
+### Flakes (Current recommendation)
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:
```console