Add --file argument for nix-on-droid

This commit is contained in:
Tobias Happ 2020-01-06 01:03:07 +01:00 committed by Alexander Sosedkin
parent 38e7b238ae
commit daf69b959d
3 changed files with 19 additions and 10 deletions

View file

@ -10,7 +10,6 @@ let
modules = import ../modules {
pkgs = nixpkgs;
initialBuild = true;
config = {
imports = [ ../modules/build/initial-build.nix ];