From aeafa58be3ec0074e04f4b26bb1037dd7980b2e8 Mon Sep 17 00:00:00 2001 From: "Yang, Bo" Date: Tue, 2 Apr 2024 05:21:56 +0000 Subject: [PATCH] Remove unused arguments --- flake-modules/aks-credential.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake-modules/aks-credential.nix b/flake-modules/aks-credential.nix index a95a868..871c689 100644 --- a/flake-modules/aks-credential.nix +++ b/flake-modules/aks-credential.nix @@ -8,7 +8,7 @@ topLevel@{ flake-parts-lib, inputs, lib, ... }: { topLevel.config.flake.flakeModules.kubernetes ]; options.perSystem = flake-parts-lib.mkPerSystemOption - (perSystem@{ lib, pkgs, ... }: { + ({ pkgs, ... }: { ml-ops.runtime = runtime: { config.launcher = launcher: { options.kubernetes = lib.mkOption {