Skip to content

Commit 668c040

Browse files
committed
chore: add go package to flake.nix
1 parent d6ebc3e commit 668c040

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

flake.nix

Lines changed: 4 additions & 2 deletions
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)