From fed808a3c6d026797141a4df70a7b85d038326ad Mon Sep 17 00:00:00 2001 From: aviac Date: Thu, 16 Oct 2025 08:47:07 +0200 Subject: [PATCH] feat: add taplo.toml to check now that we have it --- nix/checks/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/checks/default.nix b/nix/checks/default.nix index aaa9d82f..b851daee 100644 --- a/nix/checks/default.nix +++ b/nix/checks/default.nix @@ -77,7 +77,7 @@ continuwuity-all-features-toml-fmt = uwulib.build.craneLibForChecks.taploFmt { src = pkgs.lib.sources.sourceFilesBySuffices uwulib.build.src [ ".toml" ]; # taplo arguments can be further customized below as needed - # taploExtraArgs = "--config ./taplo.toml"; + taploExtraArgs = "--config ${inputs.self}/taplo.toml"; }; # Audit dependencies