Compare commits

..

No commits in common. "4a1eb8d3f9c6c9297e50ce77301cba59af846130" and "3139bab32f046e8f43e4c263d05bbc91b4bebbe3" have entirely different histories.

View file

@ -24,19 +24,16 @@
packages = with pkgs; [
corepack_latest
nodejs
cargo
clippy
];
};
}
);
packages = forSystems (
formatter = forSystems (
system:
let
pkgs = pkgs' system;
in
{
fmt = pkgs.treefmt.withConfig {
pkgs.treefmt.withConfig {
runtimeInputs = with pkgs; [
nixfmt-rfc-style
nodePackages.prettier
@ -78,15 +75,7 @@
};
};
};
};
}
);
formatter = forSystems (
system:
let
pkgs = pkgs' system;
in
self.outputs.packages.${system}.fmt
);
};
}