From 8ca58de7c10cd96fe38823e8eae8f28752d060b3 Mon Sep 17 00:00:00 2001 From: foglar Date: Wed, 1 Jan 2025 11:29:14 +0100 Subject: [PATCH] fix of inputs in extraSpecialArgs --- flake.nix | 3 ++- tsunemori/configuration.nix | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 7c304f3..1f53463 100644 --- a/flake.nix +++ b/flake.nix @@ -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; }; }; }; diff --git a/tsunemori/configuration.nix b/tsunemori/configuration.nix index 6a8a414..e02b68a 100644 --- a/tsunemori/configuration.nix +++ b/tsunemori/configuration.nix @@ -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