From 829191aef4f43d807a18136e892bf3928b5b573a Mon Sep 17 00:00:00 2001 From: Peter Sanford Date: Fri, 29 Nov 2024 16:23:39 -0800 Subject: [PATCH] Fix go dependency for newer nix channel --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 09c8223..18fae73 100644 --- a/shell.nix +++ b/shell.nix @@ -18,7 +18,7 @@ pkgs.mkShell { nativeBuildInputs = with pkgs.buildPackages; [ openjdk17 androidComposition.androidsdk - go_1_20 + go ]; shellHook = ''