1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-11-12 13:13:02 +03:00
mobile-nixos/shell.nix
2018-06-10 00:57:12 +00:00

11 lines
159 B
Nix

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