summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md12
-rwxr-xr-xREADME.sh12
2 files changed, 24 insertions, 0 deletions
diff --git a/README.md b/README.md
index 46ee5fb..77533d8 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,18 @@ VERSION: 1.4.3
paru -S sysz
```
+## NixOS
+
+```
+nix-env -iA nixos.sysz
+```
+
+## Using Nix
+
+```
+nix-env -iA nixpkgs.sysz
+```
+
## Using [`bin`](https://github.com/marcosnils/bin)
```
diff --git a/README.sh b/README.sh
index 3f6a57a..da5ef2c 100755
--- a/README.sh
+++ b/README.sh
@@ -40,6 +40,18 @@ ${BLOCK}
paru -S sysz
${BLOCK}
+## NixOS
+
+${BLOCK}
+nix-env -iA nixos.sysz
+${BLOCK}
+
+## Using Nix
+
+${BLOCK}
+nix-env -iA nixpkgs.sysz
+${BLOCK}
+
## Using [\`bin\`](https://github.com/marcosnils/bin)
${BLOCK}