Skip to content

Commit

Permalink
build: add language servers to dev shell
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Feb 12, 2025
1 parent 806d3f0 commit aca15c8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,18 @@
name = "jnsgruk";
NIX_CONFIG = "experimental-features = nix-command flakes";
nativeBuildInputs = with pkgs; [
go_1_22
flyctl
go-tools
go_1_22
gofumpt
gopls
hugo
flyctl
zsh
nil
nixfmt-rfc-style
nodePackages_latest.prettier
taplo
yaml-language-server
];
shellHook = "exec zsh";
};
}
);
Expand Down

0 comments on commit aca15c8

Please sign in to comment.