From b089f5e6636f59f934a5a2dec742104fbb282da7 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 12 Mar 2026 15:13:59 -0400 Subject: [PATCH] oc/web: some pkgs --- modules/home/opencode/web.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/home/opencode/web.nix b/modules/home/opencode/web.nix index 33a802a..ee27946 100644 --- a/modules/home/opencode/web.nix +++ b/modules/home/opencode/web.nix @@ -1,12 +1,17 @@ -{ config, lib, pkgs, ... }: +{ config, lib, pkgs, flake, ... }: let + inherit (flake) inputs; pathPackages = [ pkgs.git + pkgs.gh + pkgs.nix + inputs.vira.packages.${pkgs.stdenv.hostPlatform.system}.default pkgs.coreutils pkgs.gnugrep pkgs.gnused pkgs.findutils + pkgs.which ]; in {