From e3ca5483203b44dd888f46bab4a27c4928fb7f62 Mon Sep 17 00:00:00 2001 From: freezeboy Date: Sat, 7 Nov 2020 20:00:37 +0100 Subject: [PATCH] k3s: add version field --- pkgs/applications/networking/cluster/k3s/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/cluster/k3s/default.nix b/pkgs/applications/networking/cluster/k3s/default.nix index ae98fbbcc2d..8fa288f0401 100644 --- a/pkgs/applications/networking/cluster/k3s/default.nix +++ b/pkgs/applications/networking/cluster/k3s/default.nix @@ -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