try more host packages

This commit is contained in:
2023-12-06 18:24:58 +01:00
parent 6956db456d
commit 45d4a62af2

View File

@@ -158,7 +158,14 @@ in
"native:host" "native:host"
]; ];
hostPackages = with pkgs; [ hostPackages = with pkgs; [
bash
coreutils
curl
gawk
gitMinimal
gnused
nodejs nodejs
wget
]; ];
}; };