chore: formatter

This commit is contained in:
2025-11-02 08:29:18 +05:00
parent 03b72ee856
commit d0a3c434bb
27 changed files with 605 additions and 81 deletions

View File

@@ -63,11 +63,11 @@
in {
nixosConfigurations = mkHostConfigs (readHosts "nixos");
devShell.x86_64-linux = let
devShells.x86_64-linux.default = let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
in
pkgs.mkShell {
buildInputs = with pkgs; [nil lua-language-server];
buildInputs = with pkgs; [nil lua-language-server kubernetes-helm kubectl];
};
};
}