diff options
Diffstat (limited to 'nix-conf/home')
-rw-r--r-- | nix-conf/home/includes/common.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix index ee1d3c9..4f3fdf2 100644 --- a/nix-conf/home/includes/common.nix +++ b/nix-conf/home/includes/common.nix @@ -8,20 +8,6 @@ let hcr = pkgs.callPackage ./scripts/hm-changes-report.nix { inherit config pkgs; }; scr = pkgs.callPackage ./scripts/system-changes-report.nix { inherit config pkgs; }; unstable = import <unstable> { }; - - nix-search = ( - pkgs.buildGoModule { - pname = "nix-search"; - version = "0.4.0"; - src = pkgs.fetchFromGitHub { - owner = "diamondburned"; - repo = "nix-search"; - rev = "v0.4.0"; - hash = "sha256-dOdcXKfSwi0THOjtgP3O/46SWoUY+T7LL9nGwOXXJfw="; - }; - vendorHash = "sha256-bModWDH5Htl5rZthtk/UTw/PXT+LrgyBjsvE6hgIePY="; - } - ); in { imports = [ |