From bb91ee33ca811f8cf28791710c40e8c4fe0b0aa3 Mon Sep 17 00:00:00 2001 From: Nick Gerace Date: Mon, 20 Mar 2023 12:28:32 -0400 Subject: Remove nix flake, fix changelog 4.3.2 title, bump deps - Remove nix flake due to lack of maintainability - Fix changelog 4.3.2 title (it was missing on release) - Bump deps (includings "dirs" to 5.0.0) Signed-off-by: Nick Gerace --- docs/DEVELOPING.md | 28 +--------------------------- 1 file changed, 1 insertion(+), 27 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3