overlays/nix-index-database.nix (view raw)
1 2 3 4 5
self: super: { nix-index-db = import <nix-index-database> { pkgs = super; }; }