4 Commits

Author SHA1 Message Date
398745443d feat(conform): install asdf-vm instead of tenv for terraform formatting
All checks were successful
check-commits / Check commits (pull_request) Successful in 8s
build-flake / build (pull_request) Successful in 4m28s
build-flake / Build flake (push) Successful in 4m27s
build-flake / Release a new version (push) Successful in 10s
Sync flake lock with main nix-configuration project / Sync flake lock with main nix-configuration project (push) Successful in 6s
Sync flake lock with main nix-configuration project / Build flake (push) Successful in 4m46s
Sync flake lock with main nix-configuration project / Release a new version (push) Successful in 10s
2026-01-08 10:41:22 +02:00
fba52b1f2f chore(flake): update flake.lock 2026-01-08 03:15:25 +00:00
702b8808cb chore(flake): update flake.lock 2026-01-07 03:15:21 +00:00
4535cb4db5 chore(flake): update flake.lock 2026-01-05 03:15:20 +00:00
2 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
{ pkgs, ... }:
{
config = {
extraConfigLuaPre =
@@ -41,7 +42,12 @@
plugins.conform-nvim = {
enable = true;
autoInstall.enable = true;
autoInstall = {
enable = true;
overrides = {
"terraform_fmt" = pkgs.asdf-vm;
};
};
settings = {
default_format_opts.lsp_format = "fallback";
formatters_by_ft = {

12
flake.lock generated
View File

@@ -87,11 +87,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1767325753,
"narHash": "sha256-yA/CuWyqm+AQo2ivGy6PlYrjZBQm7jfbe461+4HF2fo=",
"lastModified": 1767799921,
"narHash": "sha256-r4GVX+FToWVE2My8VVZH4V0pTIpnu2ZE8/Z4uxGEMBE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "64049ca74d63e971b627b5f3178d95642e61cedd",
"rev": "d351d0653aeb7877273920cd3e823994e7579b0b",
"type": "github"
},
"original": {
@@ -118,11 +118,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1767325753,
"narHash": "sha256-yA/CuWyqm+AQo2ivGy6PlYrjZBQm7jfbe461+4HF2fo=",
"lastModified": 1767799921,
"narHash": "sha256-r4GVX+FToWVE2My8VVZH4V0pTIpnu2ZE8/Z4uxGEMBE=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "64049ca74d63e971b627b5f3178d95642e61cedd",
"rev": "d351d0653aeb7877273920cd3e823994e7579b0b",
"type": "github"
},
"original": {