From 16dacb0fb668a6d37041d168faa5beae59d0225b Mon Sep 17 00:00:00 2001 From: damccull <401104+damccull@users.noreply.github.com> Date: Mon, 24 Mar 2025 21:51:18 -0400 Subject: [PATCH] Update linux_dependencies.md (#18523) # Objective The latest version of nixpkgs doesn't include the file, breaking the old link. ## Solution Change the nixos packaging example link to a permalink with the latest known version of the 'jumpy' program. ## Testing - Did you test these changes? If so, how? - No testing needed. Just a link change. - Are there any parts that need more testing? - No --- docs/linux_dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linux_dependencies.md b/docs/linux_dependencies.md index d652cee1fd..53ad5257e8 100644 --- a/docs/linux_dependencies.md +++ b/docs/linux_dependencies.md @@ -152,7 +152,7 @@ for more information about `devShells`. Note that this template does not add Rust to the environment because there are many ways to do it. For example, to use stable Rust from nixpkgs, you can add `cargo` and `rustc` to `nativeBuildInputs`. -[Here](https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/ju/jumpy/package.nix) +[Here]([https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/ju/jumpy/package.nix](https://github.com/NixOS/nixpkgs/blob/0da3c44a9460a26d2025ec3ed2ec60a895eb1114/pkgs/games/jumpy/default.nix)) is an example of packaging a Bevy program in nix. ## [OpenSUSE](https://www.opensuse.org/)