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

11 lines
162 B
Nix
Raw Normal View History

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