Loading
k3s: set meta.position to respective version file
Formerly, meta.position used the default, i.e. getting the position of `meta.description`, which resulted in all k3s versions setting `meta.position` to the generic builder script (pkgs/applications/networking/cluster/k3s/builder.nix). This had the effect that `nixpkgs-update` couldn't find the derivation files and automatic updates failed for all k3s versions. This commit explicitly sets `meta.position` to the position of the `k3sVersion` attribute, which points to the version file of the respective version (e.g. pkgs/applications/networking/cluster/k3s/1_31/versions.nix). This solves problems during automatic updates and provides version-specific information in `meta.position`.