depot/third_party/tvl/users/multi/pkgs/default.nix

7 lines
76 B
Nix
Raw Normal View History

{ pkgs, ... }:
let
htop = import ./htop { inherit pkgs; };
in
[ htop ]