From 46bfbc84e5c29c96a33bc44f575864254c7cf4ce Mon Sep 17 00:00:00 2001 From: Zeusina Date: Sun, 5 Jul 2026 12:02:02 +0300 Subject: [PATCH] fix: removed self input from nix-darwin config --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6cb2323..7abb8b7 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,7 @@ nixosConfigurations = { "kachu-pc" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; - specialArgs = {inherit inputs;}; + specialArgs = {inherit inputs self;}; modules = [ ./hardware-configuration.nix ./hosts/kachu-pc/configuration.nix