1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-11 12:05:26 +03:00

shell.nix: Add autoport

This commit is contained in:
Samuel Dionne-Riel 2020-10-02 22:50:36 -04:00
parent 71338543f1
commit de9410645f

View File

@ -4,6 +4,10 @@ with (import ./overlay) {};
mkShell rec {
name = "nixos-mobile";
buildInputs = [
# Custom tools
mobile-nixos.autoport # Helps users kickstart their ports
# Third party tools
dtbTool # Combines multiple device tree blobs into one image
file # Shows the type of files
lz4 # Decompress image files