diff options
author | David Morgan <djm_uk@protonmail.com> | 2024-12-13 12:18:32 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2024-12-13 12:18:32 +0000 |
commit | 38e54861ac6ef9cfc7e443399154a30f67d7d0b0 (patch) | |
tree | 372a18ab50190f019f6fccd81959b751cec21c57 /nix-conf/home/includes | |
parent | 0d35bc03730420bcab501ca8102ded7641b14b7f (diff) | |
download | dotfiles-38e54861ac6ef9cfc7e443399154a30f67d7d0b0.tar.gz |
Remove custom nix-search
Diffstat (limited to 'nix-conf/home/includes')
-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 = [ |