modules, ...: get rid of config.build.arch

This commit is contained in:
Alexander Sosedkin 2024-06-22 20:53:32 +02:00
parent 54a535b91b
commit 45fcd2da39
15 changed files with 67 additions and 54 deletions

View file

@ -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 {