nix/index: fix $PATH for database fetch unit

This commit is contained in:
2024-08-12 17:36:15 +02:00
parent 1cd02020cd
commit 3c1ad746ef

View File

@@ -34,6 +34,7 @@ in
ExecStart = lib.getExe (pkgs.writeShellApplication {
name = "fetch-nix-index-database";
runtimeInputs = with pkgs; [
coreutils
gnused
wget
];
@@ -55,4 +56,4 @@ in
};
};
};
}
}