5851f672ac
Change-Id: Iad3024a5a640d33377cfae436134fda9f358397b Reviewed-on: https://cl.tvl.fyi/c/depot/+/1703 Tested-by: BuildkiteCI Reviewed-by: multi <depot@in-addr.xyz>
6 lines
76 B
Nix
6 lines
76 B
Nix
{ pkgs, ... }:
|
|
|
|
let
|
|
htop = import ./htop { inherit pkgs; };
|
|
in
|
|
[ htop ]
|