From c9b070ca6d1e857d96765a435c455e79afb5b490 Mon Sep 17 00:00:00 2001 From: Artturin Date: Sun, 2 Jan 2022 19:20:35 +0200 Subject: [PATCH] update prebuilt index https://github.com/Mic92/nix-index-database --- default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/default.nix b/default.nix index 611e4ea..22670bf 100644 --- a/default.nix +++ b/default.nix @@ -19,11 +19,10 @@ let # nix-index takes a little while to run and the contents don't change - # meaningfully very often. This is generated by running `nix-index` and - # uploading `~/.cache/nix-index/files` to, well, anywhere. + # meaningfully very often. indexCache = fetchurl { - url = "https://s3.amazonaws.com/burkelibbey/nix-index-files"; - sha256 = "06p58f82wipd0a8wbc7j3l0p8iaxvdibgshmc9dbxkjf0hmln3kx"; + url = "https://github.com/Mic92/nix-index-database/releases/download/2021-12-12/index-x86_64-linux"; + sha256 = "sha256-+SoG5Qz2KWA/nIWXE6SLpdi8MDqTs8LY90fGZxGKOiA="; }; # nix-locate needs the --db argument to be a directory containing a file