Continuing to explore #nixos microvms for ephemeral environments tonight.
I wanted an old Perl script (a git wrapper) that I haven't touched in 14 years to run in a throw-away declarative VM. A few minutes to throw together a flake.nix that installs the script, bundles a suitable version of Perl, and... that's it. Include it in the VM definition and I'm all done.
Really seems like these tools are the perfect for the times.
(Also, props to #perl that this old script still Just Runs.)


