pushgateway

This commit is contained in:
Luj 2023-07-16 16:08:20 +02:00
parent 791d21b7c4
commit 66a14cc332
Signed by: luj
GPG key ID: 6FC74C847011FD83
9 changed files with 32 additions and 738 deletions

View file

@ -64,12 +64,17 @@ with lib;
};
nix = {
command = "nil";
command = "nixd";
filetypes = [ "nix" ];
rootPatterns = [ "flake.nix" ];
settings = {
nil = {
formatting = { command = [ "nixpkgs-fmt" ]; };
nixd = {
formatting = {
command = "nixpkgs-fmt";
};
options = {
enable = true;
};
};
};
};
@ -126,7 +131,7 @@ with lib;
rust-vim
];
extraPackages = with pkgs; [ rust-analyzer pkgs.nil pyright nixpkgs-fmt ormolu ccls gopls ];
extraPackages = with pkgs; [ rust-analyzer pkgs.nixd pyright nixpkgs-fmt ormolu ccls gopls ];
extraConfig = ''
luafile ${./settings.lua}