about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-07-27 14:33:46 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-07-27 08:14:56 -0700
commit800a59684ef99cec42060e6f770ac00fcc464543 (patch)
tree621f4284be9ff09952bfb92bc342cdac8587e0d8
parent96f904b076b1bc1a612be250b95a63fdcabd2c90 (diff)
downloadnixlib-800a59684ef99cec42060e6f770ac00fcc464543.tar
nixlib-800a59684ef99cec42060e6f770ac00fcc464543.tar.gz
nixlib-800a59684ef99cec42060e6f770ac00fcc464543.tar.bz2
nixlib-800a59684ef99cec42060e6f770ac00fcc464543.tar.lz
nixlib-800a59684ef99cec42060e6f770ac00fcc464543.tar.xz
nixlib-800a59684ef99cec42060e6f770ac00fcc464543.tar.zst
nixlib-800a59684ef99cec42060e6f770ac00fcc464543.zip
sqlfluff: remove alias
-rw-r--r--pkgs/development/tools/database/sqlfluff/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/database/sqlfluff/default.nix b/pkgs/development/tools/database/sqlfluff/default.nix
index 6578bf8bf712..975254b83d70 100644
--- a/pkgs/development/tools/database/sqlfluff/default.nix
+++ b/pkgs/development/tools/database/sqlfluff/default.nix
@@ -21,7 +21,7 @@ python3.pkgs.buildPythonApplication rec {
     click
     colorama
     configparser
-    diff_cover
+    diff-cover
     jinja2
     oyaml
     pathspec