diff --git a/flake.nix b/flake.nix index 7f54956..b8561a1 100644 --- a/flake.nix +++ b/flake.nix @@ -43,8 +43,7 @@ nixosConfigurations = { north = nixpkgs.lib.nixosSystem { specialArgs = { - inherit self; - inherit inputs; + inherit self inputs; }; modules = [ ./hosts/north @@ -53,8 +52,7 @@ }; inspiron = nixpkgs.lib.nixosSystem { specialArgs = { - inherit self; - inherit inputs; + inherit self inputs; }; modules = [ ./hosts/inspiron