k3s: add version field
This commit is contained in:
parent
e6d597a0ac
commit
e3ca548320
1 changed files with 1 additions and 0 deletions
|
@ -222,6 +222,7 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "k3s";
|
||||
version = k3sVersion;
|
||||
|
||||
# Important utilities used by the kubelet, see
|
||||
# https://github.com/kubernetes/kubernetes/issues/26093#issuecomment-237202494
|
||||
|
|
Loading…
Reference in a new issue