Skip to content

Commit

Permalink
docs: add comment in flake about why we need the pulumi bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunster committed Jan 30, 2025
1 parent 668c040 commit 7d286cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@

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

0 comments on commit 7d286cf

Please sign in to comment.