I am trying to upgrade (or "lustrate" as the NixOS people say) a Debian system
running on a virtual server, roughly following existing guides by wingo and
ng0. I documented how I went about this here:
https://gist.github.com/jboynyc/ef312a686749de693dddc4f3a657a919
As I write in that document,
> > Is there a Guix equivalent of the nix-shell shebang?
> You could imagine something like:
>
> #! /usr/bin/env guix environment --ad-hoc PKG1 PKG2 ... --
> INTERPRETER
>
> But alas, on linux you cannot put more than one argument in the shebang
> line.
I have successfully gotten this to