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; }