Re: CLI flag to ignore guix channel

2023-01-30 Thread Simon Tournier
Hi, On sam., 28 janv. 2023 at 20:55, Csepp wrote: >>> guix import crate behemoth-rust-package-foo -r --ignore-channel=guixrus [...] >> guix time-machine -C path/to/channels-wo-guixrus.scm \ >> -- import crate behemoth-rust-package-foo -r > How fast is that? If new commits come i

Re: CLI flag to ignore guix channel

2023-01-28 Thread Csepp
Simon Tournier writes: > Hi, > > On jeu., 03 nov. 2022 at 21:51, jgart wrote: > >> I'd like a CLI flag to be able to ignore channels. >> >> Where should I look if I'd like to implement something like this? >> >> I prefer not to edit and comment out channels in ~/.config/guix/channels.scm >> >>

Re: CLI flag to ignore guix channel

2023-01-27 Thread Simon Tournier
Hi, On jeu., 03 nov. 2022 at 21:51, jgart wrote: > I'd like a CLI flag to be able to ignore channels. > > Where should I look if I'd like to implement something like this? > > I prefer not to edit and comment out channels in ~/.config/guix/channels.scm > > I'd prefer to do the following > > guix

CLI flag to ignore guix channel

2022-11-03 Thread jgart
Hi, I'd like a CLI flag to be able to ignore channels. Where should I look if I'd like to implement something like this? I prefer not to edit and comment out channels in ~/.config/guix/channels.scm I'd prefer to do the following guix import crate behemoth-rust-package-foo -r --ignore-channel=g