From 38e54861ac6ef9cfc7e443399154a30f67d7d0b0 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Fri, 13 Dec 2024 12:18:32 +0000 Subject: Remove custom nix-search --- nix-conf/home/includes/common.nix | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'nix-conf') 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 { }; - - 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 = [ -- cgit 1.4.1-2-gfad0