Files
firezone/scripts/nix
Thomas Eizinger f21e9116e2 chore(nix): install android-tools in dev-shell (#5855)
This contains `adb` which is useful for Android development.
2024-07-12 14:27:39 +00:00
..

Nix tooling

To use the dev-shell specified in this repository, simply run nix develop.

There is also an .envrc file at the repository root, meaning if you have direnv installed and hooked up for your shell, nix develop will be run automatically as soon as you enter the repository.

Rust nightly

If you need a nightly version of Rust, you can open a devShell with the latest Rust nightly version installed using: nix develop .#nightly