On Tuesday, February 11th, 2025 at 10:39 AM, Carlo Zancanaro <ca...@zancanaro.id.au> wrote: > With this, it should be enough to run "guix shell -m manifest.scm" or, > even just "guix shell" if you have an appropriate entry in > ~/.config/guix/shell-authorized-directories. >
Works great, thank you! IMHO, when you want to share a dev shell among a team to mimic the deploy server of a project, it is crucial to: - Be able to pin the exact versions of packages - Be able to quickly activate the shell (even if anyone in the team is not familiar with guix or scheme) Your manifest solves both, and I will surely use it as a template for all our projects. Thanks, Carlo