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,6 +1,10 @@
|
|||
# Copyright (c) 2019-2022, see AUTHORS. Licensed under MIT License, see LICENSE.
|
||||
# Copyright (c) 2019-2024, see AUTHORS. Licensed under MIT License, see LICENSE.
|
||||
|
||||
{ pkgs, home-manager-path, isFlake }:
|
||||
{ pkgs
|
||||
, home-manager-path
|
||||
, isFlake
|
||||
, targetSystem # system to cross-compile to
|
||||
}:
|
||||
|
||||
[
|
||||
./build/activation.nix
|
||||
|
|
@ -26,7 +30,7 @@
|
|||
{
|
||||
_file = ./module-list.nix;
|
||||
_module.args = {
|
||||
inherit home-manager-path isFlake;
|
||||
inherit home-manager-path isFlake targetSystem;
|
||||
pkgs = pkgs.lib.mkDefault pkgs;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue