From f0575b3d8ec35a3dfa1312bab7906ab64585b41f Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 3 Nov 2022 23:09:56 +0100 Subject: [PATCH] Correct arguments --- modules/common/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/common/default.nix b/modules/common/default.nix index a80d3d3..b3c6444 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -1,7 +1,7 @@ -{ inputs, custom, pkgs, ... }: +{ inputs, custom }: { pkgs, ... }: { imports = [ - (import "${inputs.self}/modules/cli" { inherit inputs pkgs; }) + (import "${inputs.self}/modules/cli" { inherit inputs; }) ]; # The rough location