| * Hi, I was looking at your response and back to my code I do have the latest commit
ddefce63fe8ec896c24325e1680959a893a581ff
with this flake
{
description = "Robotnix configuration for OnePlus 8 Pro";
inputs.robotnix.url = "github:danielfullmer/robotnix";
outputs = { self, robotnix }: {
robotnixConfigurations."oneplus8pro" = robotnix.lib.robotnixSystem ({ config, pkgs, ... }: {
# Required options
device = "instantnoodlep"; # Codename for OnePlus 8 Pro
flavor = "lineage-20.0"; # Change this to 'lineageos' if you want LineageOS, otherwise keep 'grapheneos' if supported
# Optional configurations
# buildDateTime = 1584398664; # Update if you want to push OTA updates for your custom changes
# If you have keys for signing, enable this
# signing.enable = true;
# signing.keyStorePath = "/var/secrets/android-keys";
# Enable ccache if you want faster subsequent builds
# ccache.enable = true;
apps.chromium.enable = false;
});
# Default package for building the image
defaultPackage.x86\_64-linux = self.robotnixConfigurations."oneplus8pro".img;
};
}
getting back
error: builder for '/nix/store/jgw8vkv0rg819c3m9d1a9dwl25xwfdnk-build=make-patched.drv' failed with exit code 1;
last 25 log lines:
\> Perhaps you used the wrong -p or --strip option?
\> The text leading up to this was:
\> --------------------------
\> |diff --git a/core/definitions.mk b/core/definitions.mk
\> |index c5fe76b606..5c8f85b4a4 100644
\> |--- a/core/definitions.mk
\> |+++ b/core/definitions.mk
\> --------------------------
\> File to patch:
\> Skip this patch? \[y\]
\> Skipping patch.
\> 4 out of 4 hunks ignored
\> can't find file to patch at input line 100
\> Perhaps you used the wrong -p or --strip option?
\> The text leading up to this was:
\> --------------------------
\> |diff --git a/tools/libhost/CopyFile.c b/tools/libhost/CopyFile.c
\> |index f9bda86fd1..44b36e4bdf 100644
\> |--- a/tools/libhost/CopyFile.c
\> |+++ b/tools/libhost/CopyFile.c
\> --------------------------
\> File to patch:
\> Skip this patch? \[y\]
\> Skipping patch.
\> 1 out of 1 hunk ignored
For full logs, run 'nix log /nix/store/jgw8vkv0rg819c3m9d1a9dwl25xwfdnk-build=make-patched.drv'.
|