mob next [ci-skip] [ci skip] [skip ci]
lastFile:phones/default.nix
This commit is contained in:
6
phones/default.nix
Normal file
6
phones/default.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ inputs, ... }:
|
||||
{
|
||||
flake.robotnixConfigurations = {
|
||||
eris = inputs.robotnix.lib.robotnixSystem ./eris/default.nix;
|
||||
};
|
||||
}
|
||||
17
phones/eris/default.nix
Normal file
17
phones/eris/default.nix
Normal 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";
|
||||
}
|
||||
Reference in New Issue
Block a user