6 Commits

Author SHA1 Message Date
9219404b1f chore(flake): update flake.lock 2026-01-15 03:15:27 +00:00
12394ad542 chore(flake): update flake.lock 2026-01-14 03:15:21 +00:00
7561b0e946 chore(flake): update flake.lock 2026-01-12 03:15:28 +00:00
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
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": 1767480499,
"narHash": "sha256-8IQQUorUGiSmFaPnLSo2+T+rjHtiNWc+OAzeHck7N48=",
"lastModified": 1768323494,
"narHash": "sha256-yBXJLE6WCtrGo7LKiB6NOt6nisBEEkguC/lq/rP3zRQ=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "30a3c519afcf3f99e2c6df3b359aec5692054d92",
"rev": "2c3e5ec5df46d3aeee2a1da0bfedd74e21f4bf3a",
"type": "github"
},
"original": {
@@ -118,11 +118,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1767480499,
"narHash": "sha256-8IQQUorUGiSmFaPnLSo2+T+rjHtiNWc+OAzeHck7N48=",
"lastModified": 1768323494,
"narHash": "sha256-yBXJLE6WCtrGo7LKiB6NOt6nisBEEkguC/lq/rP3zRQ=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "30a3c519afcf3f99e2c6df3b359aec5692054d92",
"rev": "2c3e5ec5df46d3aeee2a1da0bfedd74e21f4bf3a",
"type": "github"
},
"original": {