Hi Guix! Is there a Guix equivalent of the nix-shell shebang?
Sample from Nix documentation (https://nixos.org/nix/manual/#use-as-a-interpreter): --8<---------------cut here---------------start------------->8--- #!/usr/bin/env nix-shell #!nix-shell -i perl -p perl perlPackages.HTMLTokeParserSimple perlPackages.LWP use HTML::TokeParser::Simple; ... --8<---------------cut here---------------end--------------->8--- Can I already accomplish this with Guix? If so, how? I tried searching previous discussions of this topic on Guix mailing lists, but couldn't find any. If this was disscussed before, could anyone point me to the thread? Thanks!