aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorseth <getchoo@tuta.io>2023-07-26 14:45:30 -0400
committerseth <getchoo@tuta.io>2023-07-26 14:49:09 -0400
commitf7ffbcca6c5490e24ee74486cfc6698a38512561 (patch)
tree80abb3ed1cdb4c774748267b9ba559306004f157 /nix
parent342a0d0091fafece11f2b18e38c3786f112ac20b (diff)
downloadPrismLauncher-f7ffbcca6c5490e24ee74486cfc6698a38512561.tar.gz
PrismLauncher-f7ffbcca6c5490e24ee74486cfc6698a38512561.tar.bz2
PrismLauncher-f7ffbcca6c5490e24ee74486cfc6698a38512561.zip
chore(docs): correct markdownlint warnings
Signed-off-by: seth <getchoo@tuta.io>
Diffstat (limited to 'nix')
-rw-r--r--nix/NIX.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/nix/NIX.md b/nix/NIX.md
index 980d20e8..aa945acc 100644
--- a/nix/NIX.md
+++ b/nix/NIX.md
@@ -53,7 +53,8 @@ home.packages = [ pkgs.prismlauncher ];
### Without flakes-enabled nix
-#### Using channels
+<details>
+<summary>Using channels</summary>
```sh
nix-channel --add https://github.com/PrismLauncher/PrismLauncher/archive/master.tar.gz prismlauncher
@@ -61,7 +62,10 @@ nix-channel --update prismlauncher
nix-env -iA prismlauncher
```
-#### Using the overlay
+</details>
+
+<details>
+<summary>Using the overlay</summary>
```nix
# In your configuration.nix:
@@ -74,6 +78,8 @@ nix-env -iA prismlauncher
}
```
+</details>
+
## Running ad-hoc
If you're on a flakes-enabled nix you can run the launcher in one-line