Skip to content

Commit 87257b3

Browse files
committed
docs: add comment in flake about why we need the pulumi bundle
1 parent 5913918 commit 87257b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flake.nix

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414

1515
perSystem = { config, pkgs, system, ... }:
1616
let
17+
# Bundle the Pulumi binary with the language package to remove the
18+
# warning about them not being in the same directory.
19+
# See: https://github.com/pulumi/pulumi/issues/14525
1720
pulumiBundle = pkgs.stdenv.mkDerivation {
1821
name = "pulumi-bundle";
1922
phases = [ "installPhase" "fixupPhase" ];

0 commit comments

Comments
 (0)