1
Fork 0
mirror of https://github.com/RGBCube/superfreq synced 2025-07-27 08:57:46 +00:00

flake: formatter: set to alejandra

This commit is contained in:
Jacob Birkett 2025-05-31 12:19:50 -07:00
parent 017793288a
commit 7b375439bb

View file

@ -22,5 +22,7 @@
superfreq = import ./nix/module.nix inputs;
default = self.nixosModules.superfreq;
};
formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra);
};
}