Zachary Kanfer <[email protected]> skribis: > I recently installed Guix, and I must admit I'm feeling somewhat lost. My > goal is to not run `guix package -i` manually, but have a scheme file with > my entire system configuration in it, and run `guix package -f > /path/to/that/file` to install the programs I want on my computer.
I think you’re looking for ‘--manifest’ rather than ‘-f’: https://www.gnu.org/software/guix/manual/html_node/Invoking-guix-package.html#profile_002dmanifest That probably explains why the rest of the documentation you looked at felt inappropriate. :-) HTH, Ludo’.
