summary refs log tree commit diff
path: root/pkgs/tools/nix
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-10-29 10:02:36 -0400
committerfigsoda <figsoda@pm.me>2021-10-29 11:16:11 -0400
commit19fec7306e6f6bfc447ce04cbbcfe3ac255afd2f (patch)
tree2ec2fb0194e0b69b716d8482fc545858231f81f3 /pkgs/tools/nix
parentcf5da073954204e72539d7cc4b32fcb830c80751 (diff)
downloadnixpkgs-19fec7306e6f6bfc447ce04cbbcfe3ac255afd2f.tar
nixpkgs-19fec7306e6f6bfc447ce04cbbcfe3ac255afd2f.tar.gz
nixpkgs-19fec7306e6f6bfc447ce04cbbcfe3ac255afd2f.tar.bz2
nixpkgs-19fec7306e6f6bfc447ce04cbbcfe3ac255afd2f.tar.lz
nixpkgs-19fec7306e6f6bfc447ce04cbbcfe3ac255afd2f.tar.xz
nixpkgs-19fec7306e6f6bfc447ce04cbbcfe3ac255afd2f.tar.zst
nixpkgs-19fec7306e6f6bfc447ce04cbbcfe3ac255afd2f.zip
vimPlugisn.statix: add simple check and note for version
Diffstat (limited to 'pkgs/tools/nix')
-rw-r--r--pkgs/tools/nix/statix/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/nix/statix/default.nix b/pkgs/tools/nix/statix/default.nix
index cffc2b0029d..944abac0d34 100644
--- a/pkgs/tools/nix/statix/default.nix
+++ b/pkgs/tools/nix/statix/default.nix
@@ -2,6 +2,8 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "statix";
+  # also update version of the vim plugin in pkgs/misc/vim-plugins/overrides.nix
+  # the version can be found in flake.nix of the source code
   version = "0.3.1";
 
   src = fetchFromGitHub {