From 6323e2e15af838083c214ab6f3b03318dcd7ab2f Mon Sep 17 00:00:00 2001 From: EdenEast Date: Fri, 15 Sep 2023 00:24:39 -0400 Subject: [PATCH] chore: add nixpkgs installation instruction --- doc/installation.adoc | 3 +++ readme.adoc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/doc/installation.adoc b/doc/installation.adoc index 0a44d1a..fc1b4ce 100644 --- a/doc/installation.adoc +++ b/doc/installation.adoc @@ -19,6 +19,9 @@ nix shell github:EdenEast/tuxmux # Install into profile nix profile install github:EdenEast/tuxmux + +# Install from nixpkgs +nix-env -iA nixpkgs.tuxmux ---- == Source diff --git a/readme.adoc b/readme.adoc index c8a670c..ab22e8a 100644 --- a/readme.adoc +++ b/readme.adoc @@ -43,6 +43,9 @@ nix shell github:EdenEast/tuxmux # Install into profile nix profile install github:EdenEast/tuxmux + +# Install from nixpkgs +nix-env -iA nixpkgs.tuxmux ---- == Source