ycmd: autoformat with nixpkgs-fmt

This commit is contained in:
Felix Uhl 2024-03-27 22:46:13 +01:00
parent cabdd9cee8
commit c59f26f329

View file

@ -1,9 +1,20 @@
{ stdenv, lib, fetchFromGitHub, cmake, ninja, python
, withGodef ? true, godef
, withGotools? true, gotools
, withTypescript ? true, typescript
, abseil-cpp, boost, llvmPackages
, fixDarwinDylibNames, Cocoa
{ stdenv
, lib
, fetchFromGitHub
, cmake
, ninja
, python
, withGodef ? true
, godef
, withGotools ? true
, gotools
, withTypescript ? true
, typescript
, abseil-cpp
, boost
, llvmPackages
, fixDarwinDylibNames
, Cocoa
}:
stdenv.mkDerivation {