https://pulumi.com logo
#python
Title
# python
m

magnificent-lifeguard-15082

07/12/2022, 11:58 AM
Don't suppose anybody is using nix/python/pulumi combo?
pulumi
can be imported.. but
pulumi_aws
not
w

worried-rain-74420

07/12/2022, 1:23 PM
Heya Chris! Guess what my newest project is going to be? lol I just received a work laptop, and I want to see if I can install my dev tools strictly with Nix. I… doubt I’ll get that far, but I’m going to start with Pulumi. I thought someone on my team had some success with Nix and Pulumi. I could be mistaking Nix with gitpod. I’ll ask about it.
I guess in your case you want to manage plugins with nix too?
m

magnificent-lifeguard-15082

07/12/2022, 1:26 PM
Correct!
pulumi-bin
and
python39.pkgs.pulumi
are both find and working but sadly when attempting to use
pulumi-aws
I've no luck. It's marked as broken firstly in the nix repo so I tried building myself with
python39.pkgs.makePythonLibrary
(or whatever it was called) but cannot seem to figure out where this is getting output and then python cannot find
pulumi_aws
module to import.
w

worried-rain-74420

07/12/2022, 1:27 PM
Hm, gotcha. Have you opened an issue about this? (I”m not quite sure where this would go. I don’t think we maintain any nix packages directly?) I know next to nothing about the nix ecosystem. Hoping to learn in the next two weeks when I set up my laptop.
m

magnificent-lifeguard-15082

07/12/2022, 1:28 PM
Nothing yet as I did see that the nix packaging side was community maintained
For now I've just fallen back on a local pip env install
10 Views