mob next [ci-skip] [ci skip] [skip ci]

lastFile:phones/default.nix
This commit is contained in:
2026-03-05 11:51:31 +07:00
parent fb26eef750
commit 4bc135b0ad
2 changed files with 23 additions and 0 deletions

6
phones/default.nix Normal file
View File

@@ -0,0 +1,6 @@
{ inputs, ... }:
{
flake.robotnixConfigurations = {
eris = inputs.robotnix.lib.robotnixSystem ./eris/default.nix;
};
}

17
phones/eris/default.nix Normal file
View File

@@ -0,0 +1,17 @@
{ ... }:
{
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";
}