bevy/docs
to-bak 31367108f7
Update linux dependency documentation for NixOS (and nix) (#16881)
# Objective
- Updates the linux-dependencies docs to 1) fix problems with nix
`alsa-lib`, and 2) include additional documentation to run bevy with nix
on non NixOS systems. (nix is a package manager that can be run outside
of NixOS).

## Solution
1. the nix `alsa-lib` package doesn't include `alsa-plugins`, which bevy
depends on. Instead, use the `alsa-lib-with-plugins` package, which
wraps `alsa-plugins` into `alsa-lib`. For more information see:
https://github.com/NixOS/nixpkgs/pull/277180
2. using nix on non NixOS systems, software like `nixGL` is required to
correctly link graphics drivers.

## Testing
- Tested on ubuntu 22.04 with nix.
2024-12-29 19:20:51 +00:00
..
cargo_features.md Expose bevy_image as a feature (#16948) 2024-12-24 03:11:01 +00:00
debugging.md Replace the wgpu_trace feature with a field in bevy_render::settings::WgpuSettings (#14842) 2024-08-25 14:16:11 +00:00
linters.md ✏️ Fix typos across bevy (#16702) 2024-12-08 01:18:39 +00:00
linux_dependencies.md Update linux dependency documentation for NixOS (and nix) (#16881) 2024-12-29 19:20:51 +00:00
profiling.md Improve profiling instructions (#16299) 2024-12-05 18:41:58 +00:00