From 588547ee82d4ce1cd82467ff0c07511ac988b4c9 Mon Sep 17 00:00:00 2001 From: Zeusina Date: Sun, 5 Jul 2026 11:56:20 +0300 Subject: [PATCH] fix: fixed args inheritance --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 9c051bc..6cb2323 100644 --- a/flake.nix +++ b/flake.nix @@ -20,6 +20,7 @@ formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra); darwinConfigurations."MacBook-Pro-Kirill" = nix-darwin.lib.darwinSystem { + specialArgs = {inherit inputs;}; modules = [ ./hosts/MacBook-Pro-Kirill/configuration.nix inputs.spicetify-nix.darwinModules.default