Skip to content

Commit

Permalink
Migrate android module to new-modules format
Browse files Browse the repository at this point in the history
- Update usages of android module to use new-modules format
  • Loading branch information
evanjs committed Jun 22, 2020
1 parent 2ebf646 commit 6d50920
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion config/machines/rig/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ in

../../../config

../../../modules/android.nix
../../../modules/development.nix

# media
Expand Down Expand Up @@ -39,6 +38,7 @@ in
};

nix.distributedBuilds = true;
mine.android.enable = true;
mine.enableUser = true;
mine.profiles.desktop.enable = true;
mine.gaming.enable = true;
Expand Down
3 changes: 2 additions & 1 deletion config/machines/wdesk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

../../../modules/development.nix

../../../modules/android.nix
../../../modules/db/postgresql.nix
../../../modules/samba/client/work.nix
];
Expand All @@ -29,6 +28,8 @@
mine.enableUser = true;
mine.profiles.desktop.enable = true;

mind.android.enable = true;

# enable after rocm packages are locked to stable channel
mine.rocm.enable = false;

Expand Down
1 change: 0 additions & 1 deletion config/machines/work/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

../../../modules/development.nix

../../../modules/android.nix
../../../modules/db/postgresql.nix
../../../modules/samba/client/work.nix
];
Expand Down
1 change: 0 additions & 1 deletion config/machines/work/default.nix.bak
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
../../new-modules/profiles/desktop.nix
./custom-hardware.nix

../../../modules/android.nix
../../../modules/db/postgresql.nix
../../../modules/development.nix
../../../modules/linux_latest.nix
Expand Down
13 changes: 0 additions & 13 deletions modules/android.nix

This file was deleted.

0 comments on commit 6d50920

Please sign in to comment.