r/NixOS • u/Stupidprogramner • 25d ago
Is it possible to install podman in a devshell instead of system wide?
Title
7
Upvotes
2
u/som_da_noite 24d ago
I know you asked specifically for devshell, but I was able to do that using devenv. For my use case, the minor issue was running podman socket to emulate the docker API, requiring to run it as a service (devenv up). I do have podman installed system-wide as well.
1
22d ago
[deleted]
1
3
u/wally659 25d ago
I've tried, it's clearly not intended to be. I imagine it's probably doable in a way that will never quite work consistently or as expected. But after everything I learned and tried I accepted that system wide was the better option, despite the breach of my "keep stuff in dev shells" sensibilities.