logoalt Hacker News

zelphirkalttoday at 10:10 AM0 repliesview on HN

Using Guix (guix shell) it was already possible to run Python scripts one-off. I see others have also commented about doing it using Nix.

Also that would be reproducible, in contrast to what is shown in the blog post. To make that reproducible, one would have to keep the lock file somewhere, or state the checksums directly in the Python script file, which seems rather un-fun.