Add libfdt for linux-mdss-dsi-panel-driver-generator

This commit is contained in:
Waldemar Tomme 2024-12-11 18:10:19 +01:00
parent f40b7911a2
commit 70bbdd253a
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/thor/
/flashing/
/debug/
/tools/

View File

@ -7,6 +7,9 @@
devShells.default = pkgs.mkShell {
packages = with pkgs; [
android-tools
(python3.withPackages (pypi: with pypi; [
libfdt
]))
];
};
};