From 6827e426a7a225e41d5218c8a20a8c2f300ecf87 Mon Sep 17 00:00:00 2001 From: sils Date: Mon, 19 Feb 2024 20:17:58 +0100 Subject: style(flake): format with alejandra --- flake.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index f8dc3c9..d06e04b 100644 --- a/flake.nix +++ b/flake.nix @@ -95,9 +95,11 @@ in { nixosConfigurations."server1" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; - specialArgs = attrs // { - inherit pkgs-unstable; - }; + specialArgs = + attrs + // { + inherit pkgs-unstable; + }; modules = [ ./hosts/server1/configuration.nix simple-nixos-mailserver.nixosModule -- cgit 1.4.1