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

Merge pull request #34 from spikespaz-contrib/u/jacob/flake-formatter-alejandra

flake: formatter: set to alejandra
This commit is contained in:
raf 2025-05-31 22:54:03 +03:00 committed by GitHub
commit 71cd443ba7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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