forked from pub-solar/infra
Add official formatter to flake
Allows running `nix fmt`, which will format using the official style as agreed upon in nixpkgs
This commit is contained in:
parent
f18fee25e4
commit
02905b5278
|
@ -85,7 +85,11 @@
|
|||
{
|
||||
inherit username;
|
||||
|
||||
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) inputs.deploy-rs.lib;
|
||||
checks = builtins.mapAttrs (
|
||||
system: deployLib: deployLib.deployChecks self.deploy
|
||||
) inputs.deploy-rs.lib;
|
||||
|
||||
formatter."x86_64-linux" = inputs.unstable.legacyPackages."x86_64-linux".nixfmt-rfc-style;
|
||||
|
||||
deploy.nodes = self.lib.deploy.mkDeployNodes self.nixosConfigurations {
|
||||
nachtigall = {
|
||||
|
|
Loading…
Reference in a new issue