Guix beginner here, just want to try Guix OS + your whole config (will change it eventually).
I am plannng to install this Guix OS + your whole config on external SSD, just to try it out and modify it further whenever I have time. It will not stop my usual workflow which uses Ubuntu.
I believe it is possible to do above thing by making bootable USB from my Ubuntu system and then follow the Guix installation process from it and somehow copying yr config files in that.
These are steps I have done to achieve it,
git clone https://github.com/daviwil/dotfiles # clone this repo
cd dotfiles
cd .config/guix/systems
guix system disk-image ./install.scm #will make iso file, mount it on USB, install Guix OS on external SSD
The last command is not working and giving following error,
guix system: error: failed to load './install.scm':
ice-9/boot-9.scm:3300:6: In procedure resolve-interface:
no code for module (nongnu packages linux)
Any suggestions to resolve it.
I would like to update this issue further as new issues come out.
Guix beginner here, just want to try Guix OS + your whole config (will change it eventually).
I am plannng to install this Guix OS + your whole config on external SSD, just to try it out and modify it further whenever I have time. It will not stop my usual workflow which uses Ubuntu.
I believe it is possible to do above thing by making bootable USB from my Ubuntu system and then follow the Guix installation process from it and somehow copying yr config files in that.
These are steps I have done to achieve it,
The last command is not working and giving following error,
Any suggestions to resolve it.
I would like to update this issue further as new issues come out.