Skip to content

Commit

Permalink
Removed flaky Google module
Browse files Browse the repository at this point in the history
Doesn't match quality of other robotnix modules, and shouldn't be in the
main repo.  It likely only ever "worked" on a limited number of devices
(e.g. marlin/crosshatch).  Moved to robotnixModules.google flake output
of danielfullmer/robotnix-personal repo.
  • Loading branch information
danielfullmer committed May 30, 2021
1 parent 9a97a85 commit e4123da
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 189 deletions.
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ listing of changes. See the git commit log for additional details.

# 2021-06-xx

# Highlights:
- Fixed building outside Nix sandbox (e.g. in Docker) by introducing `signing.buildTimeKeyStorePath` option.
## Highlights:
- Fixed building outside Nix sandbox by introducing `signing.buildTimeKeyStorePath` option.

## Backwards incompatible changes
- Renamed `keyStorePath` to `signing.keyStorePath`.
- Removed flaky `google.*` module options. Moved to `robotnixModules.google` flake output under [danielfullmer/robotnix-personal](https://github.com/danielfullmer/robotnix-personal).

# 2021-05-04
## Highlights:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ Some optional modules include:
- Browser / Webview: [Chromium](https://www.chromium.org/Home), [Bromite](https://www.bromite.org/), [Vanadium](https://github.com/GrapheneOS/Vanadium)
- [Seamless OTA updates](https://github.com/GrapheneOS/platform_packages_apps_Updater)
- [MicroG](https://microg.org/)
- Certain Google apps (currently just stuff for Google Fi)
- Easily setting various framework configuration settings such as those found [here](https://android.googlesource.com/platform/frameworks/base/+/master/core/res/res/values/config.xml)
- Custom built kernels
- Custom `/etc/hosts` file
Expand Down
1 change: 0 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ let
./modules/envpackages.nix
./modules/etc.nix
./modules/framework.nix
./modules/google.nix
./modules/hosts.nix
./modules/kernel.nix
./modules/microg.nix
Expand Down
2 changes: 0 additions & 2 deletions example.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ in
};
microg.enable = true;

google.fi.enable = true;

apps.fdroid.additionalRepos = {
playmaker = {
enable = true;
Expand Down
183 changes: 0 additions & 183 deletions modules/google.nix

This file was deleted.

0 comments on commit e4123da

Please sign in to comment.