added chromeos-ectool to io

This commit is contained in:
William 2024-08-28 08:12:46 -03:00
parent ebc2cd696b
commit 0d06e4b2e8
2 changed files with 3 additions and 1 deletions

View file

@ -14,6 +14,8 @@ let
cp -R $wttsrc/{cml,sof-rt5682} $out/share/alsa/ucm2/conf.d cp -R $wttsrc/{cml,sof-rt5682} $out/share/alsa/ucm2/conf.d
''; '';
}; };
ectool = (pkgs.callPackage ../../packages/chromeos-ectool.nix { });
in { in {
imports = [ imports = [
# Host-common imports # Host-common imports
@ -41,7 +43,7 @@ in {
}; };
environment = { environment = {
systemPackages = with pkgs; [ maliit-keyboard sof-firmware ]; systemPackages = with pkgs; [ maliit-keyboard sof-firmware ectool ];
sessionVariables.ALSA_CONFIG_UCM2 = "${cml-ucm-conf}/share/alsa/ucm2"; sessionVariables.ALSA_CONFIG_UCM2 = "${cml-ucm-conf}/share/alsa/ucm2";
}; };