oxfmt 0.40

This commit is contained in:
Thibault Duplessis
2026-03-22 10:21:36 +01:00
parent 54b11f7e32
commit cd9fb95b92
5 changed files with 55 additions and 75 deletions
+1 -2
View File
@@ -6,7 +6,6 @@
...
}:
let
pkgs-oxfmt-pr = import inputs.oxfmt-pr { system = pkgs.stdenv.system; };
pkgs-master = import inputs.nixpkgs-master { system = pkgs.stdenv.system; };
in
{
@@ -36,7 +35,7 @@ in
pkgs.pnpm
pkgs.svgo
pkgs-master.oxlint
pkgs-oxfmt-pr.oxfmt
pkgs-master.oxfmt
pkgs.lint-staged
pkgs.stylelint
];