nix/index: fix `$PATH` for database fetch unit
This commit is contained in:
parent
1cd02020cd
commit
3c1ad746ef
|
@ -34,6 +34,7 @@ in
|
|||
ExecStart = lib.getExe (pkgs.writeShellApplication {
|
||||
name = "fetch-nix-index-database";
|
||||
runtimeInputs = with pkgs; [
|
||||
coreutils
|
||||
gnused
|
||||
wget
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue