Correct arguments

This commit is contained in:
Andreas Zweili 2022-11-03 23:09:56 +01:00
parent 49a00f06b1
commit f0575b3d8e
1 changed files with 2 additions and 2 deletions

View File

@ -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