summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNick Gerace <nickagerace@gmail.com>2023-03-20 12:28:32 -0400
committerNick Gerace <nickagerace@gmail.com>2023-03-20 12:44:08 -0400
commitbb91ee33ca811f8cf28791710c40e8c4fe0b0aa3 (patch)
treeaaee531f14d09a8e5331f745e50eb7368b1f60ac /docs
parent1663c3247b9835fb497afc407e99bdd00e379024 (diff)
downloadgfold-bb91ee33ca811f8cf28791710c40e8c4fe0b0aa3.zip
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 <nickagerace@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/DEVELOPING.md28
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