chore: specify archs on nixosModules

This commit is contained in:
Naxdy 2024-10-02 14:17:14 +02:00
parent 08173845dd
commit 2b0291c57c
Signed by: Naxdy
GPG key ID: CC15075846BCE91B

View file

@ -33,7 +33,7 @@ Or install it declaratively by adding the following to your `flake.nix` (either
} }
``` ```
The Ryujinx flake provides `nixosModules.default` which will add the Ryujinx `overlay` (also available standalone via `overlays.default`), providing the `ryujinx` package to your installation, which can then be pulled in as usual, via e.g.: The Ryujinx flake provides `nixosModules.x86_64-linux.default` and `nixosModules.aarch64-linux.default` which will add the Ryujinx `overlay` (also available standalone via `overlays.default`), providing the `ryujinx` package to your installation, which can then be pulled in as usual, via e.g.:
```nix ```nix
environment.systemPackages = [ environment.systemPackages = [