From c8e02917f0093a3ee4422cd4370a72039f1c0ff1 Mon Sep 17 00:00:00 2001 From: Zeusina Date: Sun, 5 Jul 2026 12:10:35 +0300 Subject: [PATCH] fix: fixed self inheritance in flake for mac --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7abb8b7..2cc45d7 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra); darwinConfigurations."MacBook-Pro-Kirill" = nix-darwin.lib.darwinSystem { - specialArgs = {inherit inputs;}; + specialArgs = {inherit inputs self;}; modules = [ ./hosts/MacBook-Pro-Kirill/configuration.nix inputs.spicetify-nix.darwinModules.default