summaryrefslogtreecommitdiff
path: root/web/tree/info.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/tree/info.md')
-rw-r--r--web/tree/info.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/tree/info.md b/web/tree/info.md
index 326369d..1d5af67 100644
--- a/web/tree/info.md
+++ b/web/tree/info.md
@@ -15,8 +15,8 @@ nix-env -f "https://pkgs.kummerlaender.eu/nixexprs.tar.gz" -iA make-xslt
Alternatively one may add _pkgs.kummerlaender.eu_ as a Nix channel:
```sh
-nix-channel --add https://pkgs.kummerlaender.eu/nixexprs.tar.gz mypkgs
-nix-channel --update
+nix-channel --add https://pkgs.kummerlaender.eu mypkgs
+nix-channel --update mypkgs
nix-env -iA mypkgs.InputXSLT
```