You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A build for guacamole (LineageOS latest) failed with SHA256 hashsum mistatch.
Output:
warning: dumping very large path (> 256 MiB); this may run out of memory
error: hash mismatch in fixed-output derivation '/nix/store/c1cyni7vhky10bdny34djwgvxb2pbl4p-android_kernel_oneplus_sm8150-bd9fe82.drv':
specified: sha256-+O/+7yjpZ3WHVXFmJFep3UHnaHnPsjmz2S6ivDJyc2U=
got: sha256-k0Efiy/c4LGps3F2xHs/UWtUMo1DUUzC7/cM8JCdwNI=
error: 1 dependencies of derivation '/nix/store/3ypj5z7mmqm9539a5hajydz6vw5dj4mh-kernel=oneplus=sm8150-patched.drv' failed to build
error: 1 dependencies of derivation '/nix/store/sc1qin03ygsjrpb5sp8xc9amimfg9hrk-unpack.sh.drv' failed to build
error: 1 dependencies of derivation '/nix/store/600jwqia9s0zgaqxr98bvj7vphy2wqxc-robotnix-lineage_guacamole-2022041111.drv' failed to build
error: 1 dependencies of derivation '/nix/store/1flql0vp81axvvqbqsjd6y3hi2wln4pb-guacamole-img-2022041111.zip.drv' failed to build
flake.nix:
{
description = "A basic example robotnix configuration";
inputs.robotnix.url = "github:danielfullmer/robotnix";
outputs = { self, robotnix }: {
# "dailydriver" is an arbitrary user-chosen name for this particular
# configuration. Change it to something meaningful for you, perhaps just
# the device name if you only have one of this kind of device.
robotnixConfigurations."guacamole" = robotnix.lib.robotnixSystem ({ config, pkgs, ... }: {
# These two are required options
device = "guacamole";
flavor = "lineageos"; # "grapheneos" is another option
# buildDateTime is set by default by the flavor, and is updated when those flavors have new releases.
# If you make new changes to your build that you want to be pushed by the OTA updater, you should set this yourself.
# buildDateTime = 1584398664; # Use `date "+%s"` to get the current time
# signing.enable = true;
# signing.keyStorePath = "/home/voxel/Builds/Android/guacamole/secrets/android-keys"; # A _string_ of the path for the key store.
# Build with ccache
# ccache.enable = true;
});
# This provides a convenient output which allows you to build the image by
# simply running "nix build" on this flake.
# Build other outputs with (for example): "nix build .#robotnixConfigurations.dailydriver.ota"
defaultPackage.x86_64-linux = self.robotnixConfigurations."guacamole".img;
};
}
A build for guacamole (LineageOS latest) failed with SHA256 hashsum mistatch.
Output:
flake.nix:
flake.lock:
P.S.: Thanks for your work on this project! It's just amazing.
The text was updated successfully, but these errors were encountered: