diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-08-02 20:27:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-02 20:27:37 +0100 |
commit | afaf6f894c797fc0aa7eb329b661b533be469005 (patch) | |
tree | 0be358a0b616010aa5a022dbd3336a15cb791638 /nix/NIX.md | |
parent | 8b3c465a50e6be2a09c3968f1fd1e91b0428cbb0 (diff) | |
parent | ac36a2289faf331af17b51e2c9ebb78d005f9bfa (diff) | |
download | PrismLauncher-afaf6f894c797fc0aa7eb329b661b533be469005.tar.gz PrismLauncher-afaf6f894c797fc0aa7eb329b661b533be469005.tar.bz2 PrismLauncher-afaf6f894c797fc0aa7eb329b661b533be469005.zip |
Merge branch 'PrismLauncher:develop' into better-component-installation
Diffstat (limited to 'nix/NIX.md')
-rw-r--r-- | nix/NIX.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 |