Correct arguments

This commit is contained in:
Andreas Zweili 2022-11-03 23:09:56 +01:00
parent b90bee95da
commit 53df018b0e

View File

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