We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f991a4f commit 43e49fbCopy full SHA for 43e49fb
template/flake.nix
@@ -13,9 +13,14 @@
13
{ config, pkgs, ... }:
14
{
15
# These two are required options
16
- device = "crosshatch";
+ device = "oriole";
17
flavor = "vanilla"; # "grapheneos" is another option
18
19
+ # Currently the Chromium source builds don't work, so disable them
20
+ apps.chromium.enable = false;
21
+ webview.chromium.enable = false;
22
+ webview.chromium.availableByDefault = false;
23
+
24
# buildDateTime is set by default by the flavor, and is updated when those flavors have new releases.
25
# If you make new changes to your build that you want to be pushed by the OTA updater, you should set this yourself.
26
# buildDateTime = 1584398664; # Use `date "+%s"` to get the current time
0 commit comments