nix/index: fix `$PATH` for database fetch unit

This commit is contained in:
Oystein Kristoffer Tveit 2024-08-12 17:36:15 +02:00
parent 1cd02020cd
commit 3c1ad746ef
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 2 additions and 1 deletions

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
};
};
};
}
}