From cbd6a89907504fc2f959ce93d94bb119888c8a46 Mon Sep 17 00:00:00 2001 From: beeb5k Date: Sat, 20 Jun 2026 04:53:42 +0530 Subject: Back to bash --- common/templates/go/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/templates/go/flake.nix') diff --git a/common/templates/go/flake.nix b/common/templates/go/flake.nix index 3f8e7d5..a820911 100644 --- a/common/templates/go/flake.nix +++ b/common/templates/go/flake.nix @@ -35,7 +35,7 @@ pkgs = nixpkgs.legacyPackages.${system}; in { - default = pkgs.mkShellNoCC { + default = pkgs.mkShell { packages = with pkgs; [ go gopls -- cgit v1.3.1