core: add missing argument inputs
This commit is contained in:
parent
e1b4ec65e0
commit
e2a15bf817
|
@ -1,4 +1,4 @@
|
||||||
{ self, config, lib, pkgs, ... }:
|
{ self, config, lib, pkgs, inputs, ... }:
|
||||||
let inherit (lib) fileContents;
|
let inherit (lib) fileContents;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue