baserow: oops, need the config argument

This commit is contained in:
Luke Granger-Brown 2021-12-21 08:12:39 +00:00
parent 455856d7c0
commit ee2598c29b

View file

@ -1,4 +1,4 @@
{ depot, pkgs, lib, ... }: { depot, pkgs, lib, config, ... }:
let let
inherit (depot.nix.pkgs) baserow; inherit (depot.nix.pkgs) baserow;