Add nix-index-database flake
1 file changed, 21 insertions(+), 0 deletions(-)
changed files
M flake.lock → flake.lock
@@ -81,6 +81,26 @@ "repo": "home-manager", "type": "github" } }, + "nix-index-database": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1687097842, + "narHash": "sha256-NPAaRZx5foWLgIPfEaiEZMr9JIlEQhLEVEXpx09341Q=", + "owner": "Mic92", + "repo": "nix-index-database", + "rev": "c8210cb3fcde6860255b54ddba74dc177e6232cd", + "type": "github" + }, + "original": { + "owner": "Mic92", + "repo": "nix-index-database", + "type": "github" + } + }, "nixos-hardware": { "locked": { "lastModified": 1686452266,@@ -133,6 +153,7 @@ "inputs": { "darwin": "darwin", "emacs-overlay": "emacs-overlay", "home-manager": "home-manager", + "nix-index-database": "nix-index-database", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs", "secrets": "secrets"