simplify devenv

This commit is contained in:
Kim, Jimin 2025-05-21 13:22:51 +09:00
parent 5d54309283
commit b4f8fb6750
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -3,13 +3,8 @@
{ {
packages = with pkgs; [ packages = with pkgs; [
just just
nixd
nixfmt-rfc-style nixfmt-rfc-style
]; ];
# https://github.com/cachix/devenv/blob/main/src/modules/languages/nix.nix
# https://devenv.sh/supported-languages/nix
languages.nix = {
enable = true;
lsp.package = pkgs.nixd;
};
} }