Skip to content

Commit 5913918

Browse files
committed
chore: add go package to flake.nix
1 parent 57f5d6f commit 5913918

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

flake.nix

+4-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@
3030
{
3131
formatter = pkgs.nixpkgs-fmt;
3232
devShells.default = pkgs.mkShell {
33-
# Note that Go is not provided, because it does not behave correctly inside a Nix shell.
34-
packages = [ pulumiBundle ];
33+
packages = with pkgs; [
34+
go
35+
pulumiBundle
36+
];
3537
};
3638
};
3739
};

0 commit comments

Comments
 (0)