From 96eac23250d7f2c68ba384c08a02c17944b6e833 Mon Sep 17 00:00:00 2001 From: multi Date: Sun, 22 Nov 2020 20:14:10 +0000 Subject: fix(users/multi/home): re-add overridden htop package to home-manager configuration. I previously removed my local package set from my HM config while the latter was being made readTree compatible. Now that both the HM config and the local package set can be built with readTree, I can re-enable the locally-overridden htop package. Change-Id: I77e20248c010bc7027e0b0a3164ec48d6ec29f31 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2132 Tested-by: BuildkiteCI Reviewed-by: multi --- users/multi/home/configs/whitby.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'users/multi/home/configs/whitby.nix') diff --git a/users/multi/home/configs/whitby.nix b/users/multi/home/configs/whitby.nix index 90ed1e470f..1ed95770f7 100644 --- a/users/multi/home/configs/whitby.nix +++ b/users/multi/home/configs/whitby.nix @@ -2,6 +2,7 @@ let nixpkgs = import pkgs.nixpkgsSrc {}; + localpkgs = depot.users.multi.pkgs; # use the depot checkout in my home directory, to make hacking around easier, # instead of the depot checkout sitting in the nix stores @@ -57,6 +58,7 @@ in nixpkgs.strace nixpkgs.file nixpkgs.pciutils + localpkgs.htop ]; home.file = { -- cgit 1.4.1