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
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright (c) 2019-2023, see AUTHORS. Licensed under MIT License, see LICENSE.
|
||||
# Copyright (c) 2019-2024, see AUTHORS. Licensed under MIT License, see LICENSE.
|
||||
|
||||
{ pkgs, home-manager, nmdSrc }:
|
||||
|
||||
|
|
@ -18,6 +18,7 @@ let
|
|||
inherit pkgs;
|
||||
home-manager-path = home-manager.outPath;
|
||||
isFlake = true;
|
||||
targetSystem = "aarch64-linux/x86_64-linux";
|
||||
};
|
||||
|
||||
modulesDocs = nmd.buildModulesDocs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue