From 105474b0dfd6038e47b3117d8fb7683dd64cce43 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Mon, 20 May 2024 19:56:00 +0200 Subject: [PATCH] Improve style of inherit --- flake.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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