guix-kreyren/guix/scripts
Thiago Jung Bauermann 65ce5fe2fb
guix system: Use standard cross and native build options.
This change prevents guix system from erroring out with an ugly backtrace
when it's passed an invalid value to the “--system” or “--target”
option. It also adds the “--list-systems” and “--list-targets” options.

The manual section about guix system doesn't mention the “--target” option,
so add it there.

* guix/scripts/system (show-help): Call show-cross-build-options-help and
show-native-build-options-help.
(%options): Remove own implementation of “system” and “target” options and
use the ones in %standard-cross-build-options and
%standard-native-build-options.
* doc/guix.texi (Invoking guix system): Document “--target” option.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-08-30 08:55:16 +02:00
..
container
git
home
import
system Revert "reconfigure: Use 'current-channels' to obtain provenance data." 2022-08-30 14:44:07 +08:00
archive.scm
authenticate.scm
build.scm guix build: Print hints when -s or --target is passed an invalid string. 2022-08-04 12:05:46 +02:00
challenge.scm
container.scm
copy.scm
deploy.scm
describe.scm channels: Add 'repository->guix-channel'. 2022-08-09 15:16:06 +02:00
discover.scm
download.scm
edit.scm
environment.scm environment: Report "command not found" from the child process. 2022-08-04 12:05:46 +02:00
gc.scm guix gc: '--delete-generations' now deletes old Home generations. 2022-08-01 00:02:04 +02:00
git.scm
graph.scm
hash.scm
home.scm
import.scm style: Move reader and printer to (guix read-print). 2022-08-08 11:22:31 +02:00
install.scm
lint.scm lint: Add '-e'. 2022-08-08 11:22:31 +02:00
offload.scm
pack.scm
package.scm
perform-download.scm
processes.scm
publish.scm
pull.scm
refresh.scm
remove.scm
repl.scm
search.scm
shell.scm
show.scm
size.scm
style.scm style: Add '--whole-file' option. 2022-08-08 11:53:33 +02:00
substitute.scm
system.scm guix system: Use standard cross and native build options. 2022-08-30 08:55:16 +02:00
time-machine.scm
upgrade.scm
weather.scm