We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5913918 commit 87257b3Copy full SHA for 87257b3
flake.nix
@@ -14,6 +14,9 @@
14
15
perSystem = { config, pkgs, system, ... }:
16
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
20
pulumiBundle = pkgs.stdenv.mkDerivation {
21
name = "pulumi-bundle";
22
phases = [ "installPhase" "fixupPhase" ];
0 commit comments