mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-01 05:04:40 +00:00
Since https://github.com/NixOS/nixpkgs/pull/547212, a YAML directive (`%YAML 1.1`) is added to the top of the document. See https://yaml.org/spec/1.1/#id895631. This lets the k3s YAML parser fail with `did not find expected <document start>`. This affects only k3s manifests as rke2 manifests use JSON format.