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