oc/web: some pkgs

This commit is contained in:
Sridhar Ratnakumar 2026-03-12 15:13:59 -04:00
parent ccef1af5ad
commit b089f5e663

View file

@ -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
{