Skip to content

Commit

Permalink
chore: add go package to flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunster committed Jan 30, 2025
1 parent 0d7169c commit 6a87a2e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@
{
formatter = pkgs.nixpkgs-fmt;
devShells.default = pkgs.mkShell {
# Note that Go is not provided, because it does not behave correctly inside a Nix shell.
packages = [ pulumiBundle ];
packages = with pkgs; [
go
pulumiBundle
];
};
};
};
Expand Down

0 comments on commit 6a87a2e

Please sign in to comment.