Skip to content

Commit 43e49fb

Browse files
committed
template: update to recent, correctly evaluating device
1 parent f991a4f commit 43e49fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

template/flake.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,14 @@
1313
{ config, pkgs, ... }:
1414
{
1515
# These two are required options
16-
device = "crosshatch";
16+
device = "oriole";
1717
flavor = "vanilla"; # "grapheneos" is another option
1818

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+
1924
# buildDateTime is set by default by the flavor, and is updated when those flavors have new releases.
2025
# If you make new changes to your build that you want to be pushed by the OTA updater, you should set this yourself.
2126
# buildDateTime = 1584398664; # Use `date "+%s"` to get the current time

0 commit comments

Comments
 (0)