| im running :
$ nix-build --arg configuration '{ device="instantnoodlep"; flavor="lineage-20.0"; }' -A img --impure
getting issue patching added instantnoddlep to the supported devices:
# SPDX-FileCopyrightText: 2020 Daniel Fullmer and robotnix contributors
# SPDX-License-Identifier: MIT
# Just so we have a single place to update this
[
"taimen" "walleye" # Pixel 2 (XL)
"crosshatch" "blueline" # Pixel 3 (XL)
"bonito" "sargo" # Pixel 3a (XL)
"coral" "flame" # Pixel 4 (XL)
"sunfish" # Pixel 4a
"bramble" # Pixel 4a (5G)
"redfin" # Pixel 5
"barbet" # Pixel 5a (5G)
"instantnoodlep"
]
where is the device dir updater is?
|