You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And enter it by just running `nix-shell`. You should be able compile bevy programms using `cargo` within this nix-shell.
97
+
And enter it by just running `nix-shell`. You should be able compile bevy programs using `cargo` within this nix-shell.
98
98
99
-
Note that this template doesn't add Rust to the environment because there are many ways to do it, each with its pros and cons. For example, to use stable Rust from nixpkgs you can add `cargo` to `nativeBuildInputs`.
99
+
Note that this template does not add Rust to the environment because there are many ways to do it, each with its pros and cons. For example, to use stable Rust from nixpkgs you can add `cargo` to `nativeBuildInputs`.
0 commit comments