diff options
author | cidkidnix <cidkidnix@protonmail.com> | 2022-01-09 04:12:55 -0600 |
---|---|---|
committer | cidkidnix <cidkidnix@protonmail.com> | 2022-01-09 04:12:55 -0600 |
commit | 15f62e54ab833993404f3e93ed6abd0deeefac1a (patch) | |
tree | ac050c81017a101127ca94b912b040d617fde4dd | |
parent | 2776453dfe91cb02f960985cfef157b889dbd340 (diff) | |
download | PrismLauncher-15f62e54ab833993404f3e93ed6abd0deeefac1a.tar.gz PrismLauncher-15f62e54ab833993404f3e93ed6abd0deeefac1a.tar.bz2 PrismLauncher-15f62e54ab833993404f3e93ed6abd0deeefac1a.zip |
Make readme reflect new flake changes
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | packages/nix/NIX.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ This is a **fork** of the MultiMC Launcher and not endorsed by MultiMC. The Poly Several source build packages are available, along with experimental pre-built generic packages. - An [AUR package](https://aur.archlinux.org/packages/polymc-git/) is available. -- A [Nix](https://github.com/PolyMC/PolyMC/blob/develop/packages/nix/NIX.md) derivation is available in repo +- A [Nix](packages/nix/NIX.md) derivation is available in repo. - A Gentoo ebuild is available in the [swirl](https://git.swurl.xyz/swirl/ebuilds) overlay, named `games-action/polymc`. Check the README for instructions on how to add the overlay. - A Flatpak is available in [Flathub](https://flathub.org/apps/details/org.polymc.PolyMC). You can install it from there or build it yourself using [this source](https://github.com/flathub/org.polymc.PolyMC). - Generic, prebuilt packages (archived by version) can be found [here](https://packages.polymc.org/) ([latest](https://packages.polymc.org/latest)). diff --git a/packages/nix/NIX.md b/packages/nix/NIX.md index 5d216851..572c1d17 100644 --- a/packages/nix/NIX.md +++ b/packages/nix/NIX.md @@ -8,7 +8,7 @@ inputs = { ... -nixpkgs.overlays = [ inputs.polymc.overlay ]; ## Within configuration.nix +nixpkgs.overlays = [ inputs.polymc.overlay.${system} ]; ## Within configuration.nix ``` To import without flakes use channels: |