diff --git a/nixos/modules/services/cluster/k3s/default.nix b/nixos/modules/services/cluster/k3s/default.nix index 65fab8648614..54df696d65af 100644 --- a/nixos/modules/services/cluster/k3s/default.nix +++ b/nixos/modules/services/cluster/k3s/default.nix @@ -40,7 +40,7 @@ let with builtins; fromJSON ( readFile ( - pkgs.runCommand "${path}-converted.json" { nativeBuildInputs = [ yq-go ]; } '' + pkgs.runCommand "${path}-converted.json" { nativeBuildInputs = [ pkgs.yq-go ]; } '' yq --no-colors --output-format json ${path} > $out '' )