We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c1f0a commit b64488aCopy full SHA for b64488a
flake.nix
@@ -26,7 +26,7 @@
26
forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f (pkgsFor system));
27
in
28
{
29
- formatter = forAllSystems ({ pkgs, ... }: pkgs.nixfmt-rfc-style);
+ formatter = forAllSystems ({ pkgs, ... }: pkgs.nixfmt-tree);
30
packages = forAllSystems (
31
{ pkgs, ... }:
32
with pkgs;
0 commit comments