mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 16:51:55 +00:00
nix: set formatter & use nil instead of rnix-lsp (#51409)
Allows formatting everything with `nix fmt` [nil](https://github.com/oxalica/nil) appears more maintained and higher quality than rnix-lsp ## Test plan N/A, nix stuff
This commit is contained in:
parent
e7f1037e2b
commit
9f7df7ca07
@ -17,6 +17,8 @@
|
||||
}
|
||||
);
|
||||
|
||||
formatter = genAttrs defaultSystems (system: nixpkgs.legacyPackages.${system}.nixpkgs-fmt);
|
||||
|
||||
# Pin a specific version of universal-ctags to the same version as in cmd/symbols/ctags-install-alpine.sh.
|
||||
overlays.ctags = (import ./dev/nix/ctags.nix { inherit nixpkgs utils; inherit (nixpkgs) lib; }).overlay;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user