Remove unused argument

This commit is contained in:
Andreas Zweili 2022-09-07 17:49:11 +02:00
parent 1f132b5012
commit 1529ae6c38
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ inputs, custom, pkgs, system, ... }: { inputs, custom, pkgs, ... }:
{ {
imports = [ imports = [
(import "${inputs.self}/modules/cli" { inherit inputs pkgs system; }) (import "${inputs.self}/modules/cli" { inherit inputs pkgs; })
]; ];
# The rough location # The rough location