core: add missing argument inputs

This commit is contained in:
teutat3s 2022-01-31 17:37:21 +01:00
parent 6b0994ac4e
commit 0555636f26
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
{