diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/DEVELOPING.md | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/docs/DEVELOPING.md b/docs/DEVELOPING.md index a22b7bb..f13e2dd 100644 --- a/docs/DEVELOPING.md +++ b/docs/DEVELOPING.md @@ -48,30 +48,4 @@ cargo +nightly udeps cargo bloat --release cargo bloat --release --crates cargo audit -``` - -## Nix Flake (macOS and Linux only) - -If you prefer to avoid mutating your local environment, you can use the `nix` [flake](./flake.nix)! - -> If you do not have `nix` installed and are unsure where to start, you can check out the -> [Zero to Nix installation guide](https://zero-to-nix.com/start/install). - -You can enter a `nix` environment with everything you need. - -```shell -nix develop -``` - -If you prefer to not enter the environment and run a single command, you can use the -`--command` flag. - -```shell -nix develop --command cargo test -``` - -Update dependencies with the following command: - -```shell -nix flake update -``` +```
\ No newline at end of file |