From 060011219689e3941c646d4b23cf02ff503c946a Mon Sep 17 00:00:00 2001 From: kirbara Date: Sat, 6 Dec 2025 01:00:44 +0700 Subject: [PATCH] chore --- flake/den/modules/config.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake/den/modules/config.nix b/flake/den/modules/config.nix index bc7aa84..6f00943 100644 --- a/flake/den/modules/config.nix +++ b/flake/den/modules/config.nix @@ -21,9 +21,7 @@ let osConfiguration = host: host.instantiate { - specialArgs = { - inherit inputs; - }; + specialArgs = { inherit inputs; }; modules = [ host.mainModule { nixpkgs.hostPlatform = lib.mkDefault host.system; }