Files
infra/phones/eris/default.nix
2026-03-05 11:51:31 +07:00

18 lines
312 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 = true;
stateVersion = "3";
}