1 parent 6e6ebc0 commit 20a402aCopy full SHA for 20a402a
1 file changed
flake.nix
@@ -39,5 +39,7 @@
39
);
40
41
packages = forSupportedSystems ./package.nix;
42
+
43
+ formatter = genAttrs supportedSystems (system: nixpkgs.legacyPackages.${system}.nixpkgs-fmt);
44
};
45
}
0 commit comments