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