fix of inputs in extraSpecialArgs

This commit is contained in:
foglar 2025-01-01 11:29:14 +01:00
parent f5629e84c4
commit 8ca58de7c1
2 changed files with 3 additions and 3 deletions

View File

@ -144,12 +144,13 @@
nixOnDroidConfigurations = {
tsunemori = inputs.nix-on-droid.lib.nixOnDroidConfiguration {
pkgs = import inputs.nixpkgs-droid {system = "aarch64-linux";};
system = "aarch64-linux";
modules = [
./tsunemori/configuration.nix
];
extraSpecialArgs = {
inherit inputs pkgs pkgs-stable userSettings;
inherit inputs userSettings;
};
};
};

View File

@ -1,7 +1,6 @@
{
inputs,
pkgs,
pkgs-stable,
userSettings,
...
}: {
@ -14,7 +13,7 @@
backupFileExtension = "hm-bak";
useGlobalPkgs = true;
extraSpecialArgs = {inherit inputs pkgs pkgs-stable userSettings;};
extraSpecialArgs = {inherit inputs userSettings;};
};
# Simply install just the packages