Unterhaltung
Nachrichten
-
So I just did a `guix archive --import`.
How do I use the packages I just imported, without setting up PATH etc myself?
I was hoping `guix environment` would take an explicit derivation, but seems not. That's what I would do with nix-shell.-
For this time, I'm going with: exporting-server$ guix package -p /path/to/custom/profile -i packages I want exporting-server$ guix archive -r --export /path/to/custom/profile | xz -c > my.export.xz [rsync blah] importing-server$ xz -cd …
-