Skip to content

Commit f19ba9e

Browse files
committed
Added additional development tools
1 parent 0c25950 commit f19ba9e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

shell.nix

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
with (import ./overlay) {};
22

3-
# A basic shell with some tools available.
3+
# A basic shell with some tools available for porting devices.
44
mkShell rec {
55
name = "nixos-mobile";
66
buildInputs = [
7-
mkbootimg
8-
dtbTool
7+
dtbTool # Combines multiple device tree blobs into one image
8+
file # Shows the type of files
9+
lz4 # Decompress image files
10+
mkbootimg # Pack and unpack boot images
11+
python3Packages.binwalk # Search a binary image for embedded files
912
];
1013
}

0 commit comments

Comments
 (0)