From edc40242a4108a86d9c568c98b0d1de583fbbfe1 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 3 Feb 2025 10:48:42 +0100 Subject: [PATCH] fix rebuild_index.nix --- nix/build_index.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/build_index.nix b/nix/build_index.nix index 7cc4f62c..7869566f 100644 --- a/nix/build_index.nix +++ b/nix/build_index.nix @@ -2,7 +2,7 @@ with import ./common.nix; let - pkgs = import pkgsSrc { }; + pkgs = import nixpkgs { }; lib = pkgs.lib; /* Converts a key list and a value list to a set