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
d58209ef93
commit
cfebd3b304
|
@ -87,6 +87,8 @@
|
||||||
|
|
||||||
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.nixpkgs.legacyPackages.x86_64-linux.nixfmt-rfc-style;
|
||||||
|
|
||||||
deploy.nodes = self.lib.deploy.mkDeployNodes self.nixosConfigurations {
|
deploy.nodes = self.lib.deploy.mkDeployNodes self.nixosConfigurations {
|
||||||
nachtigall = {
|
nachtigall = {
|
||||||
hostname = "10.7.6.1";
|
hostname = "10.7.6.1";
|
||||||
|
|
Loading…
Reference in a new issue