Skip to content

Commit

Permalink
Remove unused arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry committed Apr 2, 2024
1 parent 85586c9 commit aeafa58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake-modules/aks-credential.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit aeafa58

Please sign in to comment.