Installing GuixSD over existing system resulting in strange behavior

2019-10-22 Thread John D. Boy
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,

Re: guix environment shebang interpreter

2020-02-06 Thread John D. Boy
> > 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