From 75867d485e6292c95d65593244d2c4560af1c8ac Mon Sep 17 00:00:00 2001 From: Sebastian Moser Date: Sun, 12 May 2024 17:51:53 +0200 Subject: [PATCH] more robotnix configs --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/flake.nix b/flake.nix index 63e2833..6ce70c8 100644 --- a/flake.nix +++ b/flake.nix @@ -335,6 +335,15 @@ (import ./hosts/phone/default.nix) ]; }; + "s9" = inputs.robotnix.lib.robotnixSystem { + device = "starlte"; + flavor = "lineageos"; + }; + "vanilla" = inputs.robotnix.lib.robotnixSystem { + device = "x86_64"; + productName = "sdk_x86_64"; + flavor = "lineageos"; + }; }; nixOnDroidConfigurations = rec {