From cc58ca47a9871d497c5c0bb5ddb8818f715e71ca Mon Sep 17 00:00:00 2001 From: damccull <401104+damccull@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:43:25 -1000 Subject: [PATCH] Update linux_dependencies.md Change the nixos packaging example link to a permalink with the latest known version of the 'jumpy' program since the latest version of nixpkgs doesn't include the file, breaking the old link. --- 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 d652cee1fd766..53ad5257e8000 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/)