8091da8f0f
Add a few relatively uncontroversial patches to fix some broken packages that I had developed for xanthous to the top-level third_party tree, so they can be reused by other people in the monorepo Change-Id: I68740477bda278c5dcc123080029ee4bd2cae37a Reviewed-on: https://cl.tvl.fyi/c/depot/+/740 Reviewed-by: Profpatsch <mail@profpatsch.de> Reviewed-by: tazjin <mail@tazj.in>
3 lines
84 B
Nix
3 lines
84 B
Nix
args:
|
|
let pkgs = (import ../../../. args).third_party;
|
|
in pkgs // { inherit pkgs; }
|