summary refs log tree commit diff
path: root/pkgs/tools/nix/statix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/nix/statix/default.nix')
-rw-r--r--pkgs/tools/nix/statix/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/tools/nix/statix/default.nix b/pkgs/tools/nix/statix/default.nix
index 0f3a1c10e35..d25f51ae5aa 100644
--- a/pkgs/tools/nix/statix/default.nix
+++ b/pkgs/tools/nix/statix/default.nix
@@ -2,7 +2,8 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "statix";
-  # also update version of the vim plugin in pkgs/misc/vim-plugins/overrides.nix
+  # also update version of the vim plugin in
+  # pkgs/applications/editors/vim/plugins/overrides.nix
   # the version can be found in flake.nix of the source code
   version = "0.5.4";