Re: Rust-analyzer completion for std does not work.

2025-02-04 Thread woshilapin
> Dear Efraim, thank you for wrestling with the monumentous complexity of > the rust toolchain in order to package the rust tools for guix: I would > not be able to learn this language with your efforts. However, I can't > get completion for Rust's standard library std after installing the > packag

Re: simple question about copying in the terminal

2025-02-04 Thread Tobias Geerinckx-Rice
Yo, I think Gottfried wants to copy the commands suggested by Guix on stdout, not their own shell command history. Correct me if I'm wrong. The answer will depend entirely on which terminal application you use. Some might not offer such an option at all. I know that in Termite, you can enter

simple question about copying in the terminal

2025-02-04 Thread gfp
Hi, if I have got e.g. GUIX_PROFILE="/home/gfp/.guix-profile" . "$GUIX_PROFILE/etc/profile" in the terminal, but not in the last line how can I copy that without mouse? how can I get to it with keybindings and copy it with keybindings? thanks Gottfried OpenPGP_0xD9E413C6C4BB32CE.asc

Re: simple question about copying in the terminal

2025-02-04 Thread Andreas Enge
Hello Gottfried, Am Tue, Feb 04, 2025 at 04:29:04PM + schrieb gfp: > GUIX_PROFILE="/home/gfp/.guix-profile" > . "$GUIX_PROFILE/etc/profile" this does not completely answer your question, but in this case you can use the "up" arrow key until you see the first line, then "enter". And once

Preliminary questions before try guix

2025-02-04 Thread Carlo Ascani via
Greetings, I have some preliminary questions before even try to use guix. My use case will be: - Use guix on a foreign distro (Debian 12) - Use it especially to create isolated development environment [1] My questions: - How easy is it to install older versions of packages? [2] - Can I speci

Re: Preliminary questions before try guix

2025-02-04 Thread Carlo Zancanaro
Hi Carlo, On Mon, Feb 03 2025, Carlo Ascani via wrote: > - Use guix on a foreign distro (Debian 12) > - Use it especially to create isolated development environment This is how I used to use Guix, so this should work well. I still use isolated development environments, just not on Debian any more

Re: Preliminary questions before try guix

2025-02-04 Thread Cayetano Santos
>lun. 03 févr. 2025 at 08:16, Carlo Ascani via wrote: > - How easy is it to install older versions of packages? [2] Have a look at the time-machine mechanism [1]. For example, with guix time-machine --channels=channels.scm -- package -p $GUIX_PROFILE -m manifest.scm You’ll be able to inst