NixOS 24.11 builds

This commit is contained in:
Geoffrey Frogeye 2024-11-30 20:06:14 +01:00
parent 2951e81a77
commit b9bd255a55
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
11 changed files with 271 additions and 166 deletions

View file

@ -64,11 +64,11 @@
ansiblels.enable = config.frogeye.dev.ansible; # Ansible
bashls.enable = true; # Bash
jsonls.enable = true; # JSON
lua-ls.enable = true; # Lua (for Neovim debugging)
lua_ls.enable = true; # Lua (for Neovim debugging)
perlpls.enable = config.frogeye.dev.perl; # Perl
phpactor.enable = config.frogeye.dev.php; # PHP
# Nix
nil-ls = {
nil_ls = {
enable = true;
settings = {
formatting.command = [ "nixpkgs-fmt" ];