try more host packages
This commit is contained in:
parent
6956db456d
commit
45d4a62af2
1 changed files with 7 additions and 0 deletions
|
|
@ -158,7 +158,14 @@ in
|
||||||
"native:host"
|
"native:host"
|
||||||
];
|
];
|
||||||
hostPackages = with pkgs; [
|
hostPackages = with pkgs; [
|
||||||
|
bash
|
||||||
|
coreutils
|
||||||
|
curl
|
||||||
|
gawk
|
||||||
|
gitMinimal
|
||||||
|
gnused
|
||||||
nodejs
|
nodejs
|
||||||
|
wget
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue