From d444e10ac8a27d4d626a231e92f877393751a116 Mon Sep 17 00:00:00 2001 From: Nate Meyer <672246+notnmeyer@users.noreply.github.com> Date: Thu, 19 Oct 2023 20:16:15 -0700 Subject: [PATCH] go 1.21 go 1.21 --- shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index bcbbbb5..904c4a1 100644 --- a/shell.nix +++ b/shell.nix @@ -1,9 +1,9 @@ -{ pkgs ? import (fetchTarball "channel:nixos-23.05") {} }: +{ pkgs ? import (fetchTarball "channel:nixos-unstable") {} }: pkgs.mkShell { packages = with pkgs; [ delve - go + go_1_21 gopls goreleaser ];