Compare commits

..

No commits in common. "667824928b7911466860fcfb521735a4ec7a6ad0" and "f18fee25e408f064339c8d3a26e87463b33267d4" have entirely different histories.

2 changed files with 2 additions and 7 deletions

View file

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

View file

@ -85,11 +85,7 @@
{
inherit username;
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;
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) inputs.deploy-rs.lib;
deploy.nodes = self.lib.deploy.mkDeployNodes self.nixosConfigurations {
nachtigall = {