Files
infra/phones/eris/default.nix
kurogeek dabfbc84cb mob next [ci-skip] [ci skip] [skip ci]
lastFile:phones/eris/default.nix
2026-03-05 13:07:11 +07:00

18 lines
313 B
Nix

{ ... }:
{
flavor = "grapheneos";
device = "lynx";
grapheneos = {
channel = "stable";
};
apps.fdroid.enable = true;
# Enables ccache for the build process. Remember to add /var/cache/ccache as
# an additional sandbox path to your Nix config.
ccache.enable = false;
stateVersion = "3";
}