mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2025-01-07 12:11:28 +03:00
release.nix: Add lenovo-wormdingler installer build
This commit is contained in:
parent
a98394dbd5
commit
a937001b41
@ -206,6 +206,7 @@ rec {
|
||||
|
||||
installer = {
|
||||
lenovo-krane = (evalInstaller { device = "lenovo-krane"; localSystem = "aarch64-linux"; }).outputs.default;
|
||||
lenovo-wormdingler = (evalInstaller { device = "lenovo-wormdingler"; localSystem = "aarch64-linux"; }).outputs.default;
|
||||
pine64-pinephone = (evalInstaller { device = "pine64-pinephone"; localSystem = "aarch64-linux"; }).outputs.default;
|
||||
};
|
||||
|
||||
@ -233,6 +234,7 @@ rec {
|
||||
cross-compiled = {
|
||||
installer = {
|
||||
lenovo-krane = (evalInstaller { device = "lenovo-krane"; localSystem = "x86_64-linux"; }).outputs.default;
|
||||
lenovo-wormdingler = (evalInstaller { device = "lenovo-wormdingler"; localSystem = "x86_64-linux"; }).outputs.default;
|
||||
pine64-pinephone = (evalInstaller { device = "pine64-pinephone"; localSystem = "x86_64-linux"; }).outputs.default;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user