Skip to content

Commit

Permalink
Remove unused dev shell from Go pkg template
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Jul 26, 2024
1 parent aea0a75 commit 2949c3c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions nix/templates/pkg/go/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@
});
in
{
devShells = forAllSystems ({ pkgs }: {
default = pkgs.mkShell {
# The Nix packages provided in the environment
packages = with pkgs; [
go # Go 1.22
gotools # Go tools like goimports, godoc, and others
];
};
});

packages = forAllSystems ({ pkgs }: {
default = pkgs.buildGoModule {
name = "zero-to-nix-go";
Expand Down

0 comments on commit 2949c3c

Please sign in to comment.