1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-21 00:37:15 +03:00
mobile-nixos/shell.nix
2018-06-26 20:49:15 -04:00

11 lines
162 B
Nix

with (import ./overlay) {};
# A basic shell with some tools available.
mkShell rec {
name = "nixos-mobile";
buildInputs = [
mkbootimg
dtbTool
];
}