From c733f3326a34a57dfab4c17da659316fdb6eab6a Mon Sep 17 00:00:00 2001 From: Soispha Date: Wed, 28 Feb 2024 20:26:18 +0100 Subject: feat(hm): Add nix-index and associated command_not_found_handler --- flake.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 401f8b10..6d899f55 100644 --- a/flake.nix +++ b/flake.nix @@ -158,6 +158,12 @@ pre-commit-hooks-nix.follows = "pre-commit-hooks"; }; }; + nix-index-database = { + url = "github:nix-community/nix-index-database"; + inputs = { + nixpkgs.follows = "nixpkgs"; + }; + }; # my configs templates = { @@ -242,6 +248,7 @@ disko, lanzaboote, nixVim, + nix-index-database, # external dependencies user_js, treefmt-nix, @@ -284,6 +291,7 @@ serverphone disko lanzaboote + nix-index-database # external dependencies treefmt-nix -- cgit 1.4.1