mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
modules, ...: get rid of config.build.arch
This commit is contained in:
parent
54a535b91b
commit
45fcd2da39
15 changed files with 67 additions and 54 deletions
|
|
@ -11,13 +11,6 @@ with lib;
|
|||
options = {
|
||||
|
||||
build = {
|
||||
arch = mkOption {
|
||||
type = types.enum [ "aarch64" "x86_64" ];
|
||||
default = strings.removeSuffix "-linux" builtins.currentSystem;
|
||||
internal = true;
|
||||
description = "Destination arch.";
|
||||
};
|
||||
|
||||
initialBuild = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue