From 51e6922790419f236a0df1e89ee41317fe47bbcf Mon Sep 17 00:00:00 2001 From: blaknull Date: Mon, 2 Dec 2024 15:15:50 -0600 Subject: [PATCH] format fixes --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 8ddd240..8ba9299 100644 --- a/flake.nix +++ b/flake.nix @@ -40,10 +40,10 @@ }; - outputs = {nixpkgs, ...} @ inputs: + outputs = { nixpkgs, ... } @ inputs: { nixosConfigurations.homebox = nixpkgs.lib.nixosSystem { - specialArgs = {inherit inputs;}; + specialArgs = { inherit inputs; }; modules = [ ./system-config/configuration/homebox @@ -52,7 +52,7 @@ }; nixosConfigurations.laptop = nixpkgs.lib.nixosSystem { - specialArgs = {inherit inputs;}; + specialArgs = { inherit inputs; }; modules = [ ./system-config/configuration/laptop