This commit is contained in:
2026-01-09 11:17:30 +01:00
parent 6d3152ea2d
commit 82ab64d488
2 changed files with 11 additions and 11 deletions

18
flake.lock generated
View File

@@ -42,11 +42,11 @@
]
},
"locked": {
"lastModified": 1765495779,
"narHash": "sha256-MhA7wmo/7uogLxiewwRRmIax70g6q1U/YemqTGoFHlM=",
"lastModified": 1765835352,
"narHash": "sha256-XswHlK/Qtjasvhd1nOa1e8MgZ8GS//jBoTqWtrS1Giw=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "5635c32d666a59ec9a55cab87e898889869f7b71",
"rev": "a34fae9c08a15ad73f295041fec82323541400a9",
"type": "github"
},
"original": {
@@ -57,11 +57,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1765472234,
"narHash": "sha256-9VvC20PJPsleGMewwcWYKGzDIyjckEz8uWmT0vCDYK0=",
"lastModified": 1767767207,
"narHash": "sha256-Mj3d3PfwltLmukFal5i3fFt27L6NiKXdBezC1EBuZs4=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "2fbfb1d73d239d2402a8fe03963e37aab15abe8b",
"rev": "5912c1772a44e31bf1c63c0390b90501e5026886",
"type": "github"
},
"original": {
@@ -112,11 +112,11 @@
"systems": "systems"
},
"locked": {
"lastModified": 1765615886,
"narHash": "sha256-zjiWcZMsZHsVkz5WZzgZ6jPxfpkyrvNf6GqddBeBs4k=",
"lastModified": 1767906546,
"narHash": "sha256-AoSWS8+P+7hQ/jIdv0wBjgH1MvnerdWBFXO4GV3JoQs=",
"owner": "nix-community",
"repo": "nixvim",
"rev": "297e2e0b65a6788fecc6acabd77361b87544005e",
"rev": "7eb8f36f085b85a2aeff929aff52d0f6aa14e000",
"type": "github"
},
"original": {

View File

@@ -8,7 +8,7 @@
lazygit,
lib,
luau-lsp,
nixfmt-rfc-style,
nixfmt,
nixvim,
nodejs,
pkgs,
@@ -1354,7 +1354,7 @@ nixvim.makeNixvim {
nil_ls = {
enable = true;
settings = {
formatting.command = [ "${nixfmt-rfc-style}/bin/nixfmt" ];
formatting.command = [ "${nixfmt}/bin/nixfmt" ];
};
};
ts_ls = {