summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Henrie <n8henrie@users.noreply.github.com>2023-06-08 19:56:53 -0600
committerGitHub <noreply@github.com>2023-06-09 10:56:53 +0900
commitc0eff9f2f18c5408596ce1e8e43dc7933340e514 (patch)
treea22a814334a9260b669d8054c3f5503c29e2148c
parent7021ed0c6859ec8b1bf5012d1276d54a786449c3 (diff)
downloadale-c0eff9f2f18c5408596ce1e8e43dc7933340e514.zip
Mention deadnix in supported tools (#4528)
Deadnix support was added in https://github.com/dense-analysis/ale/pull/4443 but it seems not to have been mentioned in the lists of supported tools.
-rw-r--r--doc/ale-supported-languages-and-tools.txt1
-rw-r--r--supported-tools.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index 4009b731..34a2e5ed 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -386,6 +386,7 @@ Notes:
* `nimpretty`
* nix
* `alejandra`
+ * `deadnix`
* `nix-instantiate`
* `nixfmt`
* `nixpkgs-fmt`
diff --git a/supported-tools.md b/supported-tools.md
index 2a976b45..58e64e63 100644
--- a/supported-tools.md
+++ b/supported-tools.md
@@ -395,6 +395,7 @@ formatting.
* nimpretty
* nix
* [alejandra](https://github.com/kamadorueda/alejandra)
+ * [deadnix](https://github.com/astro/deadnix)
* [nix-instantiate](http://nixos.org/nix/manual/#sec-nix-instantiate)
* [nixfmt](https://github.com/serokell/nixfmt)
* [nixpkgs-fmt](https://github.com/nix-community/nixpkgs-fmt)