commit 6512a39d97e16b470597ad8298ca8b935758c633 parent fecf92126f50c76352745db7af3693afcc4670ff Author: Vincent Demeester <vincent@sbr.pm> Date: Mon, 9 Nov 2020 10:17:05 +0100 users/vincent: add tkn_oci to packages Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | users/vincent/containers/tekton.nix | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/users/vincent/containers/tekton.nix b/users/vincent/containers/tekton.nix @@ -3,5 +3,6 @@ { home.packages = with pkgs; [ my.tkn + my.tkn_oci ]; }