We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0177932 commit 7b37543Copy full SHA for 7b37543
1 file changed
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