diff --git a/modules/common/default.nix b/modules/common/default.nix index 382b5f3..760f711 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -1,7 +1,7 @@ -{ inputs, custom, pkgs, system, ... }: +{ inputs, custom, pkgs, ... }: { imports = [ - (import "${inputs.self}/modules/cli" { inherit inputs pkgs system; }) + (import "${inputs.self}/modules/cli" { inherit inputs pkgs; }) ]; # The rough location