1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-11-28 12:56:54 +03:00
mobile-nixos/shell.nix

11 lines
159 B
Nix
Raw Normal View History

2018-06-10 03:57:12 +03:00
with (import ./overlay);
# A basic shell with some tools available.
mkShell rec {
name = "nixos-mobile";
buildInputs = [
mkbootimg
dtbTool
];
}