Merge pull request 'Add official formatter to flake' (#176) from pinpox/infra:add-nixfmt into main

Reviewed-on: #176
Reviewed-by: b12f <b12f@noreply.git.pub.solar>
Reviewed-by: teutat3s <teutat3s@noreply.git.pub.solar>
Reviewed-by: Hendrik Sokolowski <hensoko@noreply.git.pub.solar>
pull/177/head
b12f 2024-04-28 16:15:25 +00:00
commit 667824928b
Signed by: pub.solar gitea
GPG Key ID: F0332B04B7054873
2 changed files with 7 additions and 2 deletions

View File

@ -6,7 +6,8 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = tab
indent_style = space
indent_size = 2
# Ignore diffs/patches
[*.{diff,patch}]

View File

@ -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 = {