diff options
Diffstat (limited to 'web/todolist/default.nix')
-rw-r--r-- | web/todolist/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/todolist/default.nix b/web/todolist/default.nix index 47640c87416e..c9efbc03f936 100644 --- a/web/todolist/default.nix +++ b/web/todolist/default.nix @@ -2,12 +2,12 @@ # # Only TODOs that match the form 'TODO($username)' are considered, and # only for users that are known to us. -{ depot, lib, ... }: +{ depot, lib, pkgs, ... }: with depot.nix.yants; let - inherit (depot.third_party) + inherit (pkgs) jq ripgrep runCommandNoCC |