core: add missing argument inputs

This commit is contained in:
teutat3s 2022-01-31 17:37:21 +01:00
parent 2748fbcdee
commit ad3fc6126d
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -1,4 +1,4 @@
{ self, config, lib, pkgs, ... }:
{ self, config, lib, pkgs, inputs, ... }:
let inherit (lib) fileContents;
in
{