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.
2 parents 0177932 + 7b37543 commit 71cd443Copy full SHA for 71cd443
flake.nix
@@ -22,5 +22,7 @@
22
superfreq = import ./nix/module.nix inputs;
23
default = self.nixosModules.superfreq;
24
};
25
+
26
+ formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra);
27
28
}
0 commit comments