Skip to content

Commit 16dacb0

Browse files
authored
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
1 parent 6bb7573 commit 16dacb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/linux_dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ for more information about `devShells`.
152152
Note that this template does not add Rust to the environment because there are many ways to do it.
153153
For example, to use stable Rust from nixpkgs, you can add `cargo` and `rustc` to `nativeBuildInputs`.
154154

155-
[Here](https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/ju/jumpy/package.nix)
155+
[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))
156156
is an example of packaging a Bevy program in nix.
157157

158158
## [OpenSUSE](https://www.opensuse.org/)

0 commit comments

Comments
 (0)