home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit e4f4cb7896fc5f1835d8599b61f03ac8c5d7ef97
parent b2a039a20cd069e12c71e55483e272b83efe9e8b
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 26 Jul 2022 10:37:54 +0200

users/vincent: move tektoncd to go 1.18

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/dev/src/tektoncd.shell.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/users/vincent/dev/src/tektoncd.shell.nix b/users/vincent/dev/src/tektoncd.shell.nix @@ -3,7 +3,7 @@ let # pkgs = sources.nixpkgs { }; pkgs = sources.pkgs-unstable { }; my = import /etc/nixos/nix/packages { pkgs = pkgs; }; - go = pkgs.go_1_17; + go = pkgs.go_1_18; in pkgs.mkShell { name = "tektoncd";