From 6ac2ce34b9a0ff783e680df2bcb8e14310bfc3c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 26 Jan 2026 00:26:55 +0000 Subject: [PATCH 1/2] chore: update flake.lock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'nixvim': 'github:nix-community/nixvim/5b138ed' (2026-01-20) → 'github:nix-community/nixvim/f5525b2' (2026-01-25) • Updated input 'nixvim/flake-parts': 'github:hercules-ci/flake-parts/a34fae9' (2025-12-15) → 'github:hercules-ci/flake-parts/80daad0' (2026-01-11) • Updated input 'nixvim/nixpkgs': 'github:NixOS/nixpkgs/346dd96' (2025-12-29) → 'github:NixOS/nixpkgs/ed142ab' (2026-01-20) • Updated input 'treefmt-nix': 'github:numtide/treefmt-nix/e96d59d' (2026-01-11) → 'github:numtide/treefmt-nix/f46bb20' (2026-01-25) --- flake.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/flake.lock b/flake.lock index 5e71b7f..489c420 100644 --- a/flake.lock +++ b/flake.lock @@ -8,11 +8,11 @@ ] }, "locked": { - "lastModified": 1765835352, - "narHash": "sha256-XswHlK/Qtjasvhd1nOa1e8MgZ8GS//jBoTqWtrS1Giw=", + "lastModified": 1768135262, + "narHash": "sha256-PVvu7OqHBGWN16zSi6tEmPwwHQ4rLPU9Plvs8/1TUBY=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "a34fae9c08a15ad73f295041fec82323541400a9", + "rev": "80daad04eddbbf5a4d883996a73f3f542fa437ac", "type": "github" }, "original": { @@ -41,11 +41,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1767026758, - "narHash": "sha256-7fsac/f7nh/VaKJ/qm3I338+wAJa/3J57cOGpXi0Sbg=", + "lastModified": 1768875095, + "narHash": "sha256-dYP3DjiL7oIiiq3H65tGIXXIT1Waiadmv93JS0sS+8A=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "346dd96ad74dc4457a9db9de4f4f57dab2e5731d", + "rev": "ed142ab1b3a092c4d149245d0c4126a5d7ea00b0", "type": "github" }, "original": { @@ -62,11 +62,11 @@ "systems": "systems_2" }, "locked": { - "lastModified": 1768910181, - "narHash": "sha256-YRU0IHMzXluZxr0JDfq9jtblb4DV7MIB5wj2jYMFKQc=", + "lastModified": 1769371381, + "narHash": "sha256-9bC3eGKPUSb13wcjT8BT3wpqicLs/Vw1OU22WYLNYnY=", "owner": "nix-community", "repo": "nixvim", - "rev": "5b138edcb2f1c3ed4b29eca3658f04f0639b98b3", + "rev": "f5525b2c35c870010a4842032040ad092800acd4", "type": "github" }, "original": { @@ -124,11 +124,11 @@ ] }, "locked": { - "lastModified": 1768158989, - "narHash": "sha256-67vyT1+xClLldnumAzCTBvU0jLZ1YBcf4vANRWP3+Ak=", + "lastModified": 1769353635, + "narHash": "sha256-J0G1ACrUK29M0THPAsz429eZX07GmR9Bs/b0pB3N0dQ=", "owner": "numtide", "repo": "treefmt-nix", - "rev": "e96d59dff5c0d7fddb9d113ba108f03c3ef99eca", + "rev": "f46bb205f239b415309f58166f8df6919fa88377", "type": "github" }, "original": { From 537e6360175433334f1339e551effcb007d3ffd1 Mon Sep 17 00:00:00 2001 From: meck Date: Mon, 26 Jan 2026 07:26:25 +0100 Subject: [PATCH 2/2] Fix formatter --- config/plugins/git/default.nix | 2 +- flake.nix | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/config/plugins/git/default.nix b/config/plugins/git/default.nix index 9eba653..b101c6c 100644 --- a/config/plugins/git/default.nix +++ b/config/plugins/git/default.nix @@ -166,7 +166,7 @@ _: { key = "gb"; action.__raw = # lua - ''function() package.loaded.gitsigns.blame_line({ full = true }) end''; + "function() package.loaded.gitsigns.blame_line({ full = true }) end"; options = { silent = true; desc = "Git: blame line"; diff --git a/flake.nix b/flake.nix index b3f4a4a..8414c69 100644 --- a/flake.nix +++ b/flake.nix @@ -42,10 +42,7 @@ "README.md" "*.vim" ]; - programs.nixfmt = { - enable = true; - package = pkgs.nixfmt-rfc-style; - }; + programs.nixfmt.enable = true; programs.stylua = { enable = true; settings = {