summaryrefslogtreecommitdiff
path: root/common/templates/go
diff options
context:
space:
mode:
Diffstat (limited to 'common/templates/go')
-rw-r--r--common/templates/go/flake.nix2
1 files changed, 1 insertions, 1 deletions
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