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