summaryrefslogtreecommitdiff
path: root/guix/scripts/environment.scm
AgeCommit message (Expand)Author
2022-08-04environment: Report "command not found" from the child process....Ludovic Courtès
2022-05-22scripts: Add --list-systems and --list-targets options....Mathieu Othacehe
2022-04-04environment: Export 'load-manifest'....Ludovic Courtès
2022-01-25environment: '--check' does nothing when used with '--container'....Ludovic Courtès
2021-12-10environment: Suggestion code gracefully handles empty "/bin" directories....Ludovic Courtès
2021-11-14environment: Fix ‘--check’ with exported PS1 variable....Thiago Jung Bauermann
2021-11-06environment: Suggest command upon 'execlp' failure....Ludovic Courtès
2021-10-28environment: Fix broken file-local variable....Zhu Zihao
2021-10-26environment: Add '--check'....Ludovic Courtès
2021-10-25environment: Autoload some modules....Ludovic Courtès
2021-10-25environment: Do not connect to the daemon when '--profile' is used....Ludovic Courtès
2021-10-25environment: Skip derivation computation when '--profile' is used....Ludovic Courtès
2021-10-25Add 'guix shell'....Ludovic Courtès
2021-10-25profiles: Add 'package->development-manifest'....Ludovic Courtès
2021-10-25packages: Add 'package-development-inputs'....Ludovic Courtès
2021-06-18profiles: Add 'load-profile'....Ludovic Courtès
2021-05-28scripts: Commands warn when passed zero arguments....Ludovic Courtès
2021-03-01environment: Allow compilation with Guile 2.2....Ludovic Courtès
2021-02-11environment: Allow starting from existing profile....Lars-Dominik Braun
2021-01-19environment: Fix '--root' option with relative file name....JOULAUD François
2021-01-04environment: Remove unused modules....guy fleury iteriteka
2020-11-21transformations: Show '--help-transform' only where applicable....Ludovic Courtès
2020-10-31guix build: Move transformation options to (guix transformations)....Ludovic Courtès
2020-10-31guix build: 'options->transformation' no longer takes a 'store' parameter....Ludovic Courtès
2020-10-20guix build: Move package transformation options behind '--help-transform'....Ludovic Courtès
2020-10-05environment: Turn "lo" up in network-less containers....Ludovic Courtès
2020-10-02environment: Provide /etc/hosts in containers without '--network'....Ludovic Courtès
2020-09-21environment: '--link-profile' uses ~/.guix-profile for environment variables....Ludovic Courtès
2020-09-10scripts: Use 'define-command' and have 'guix help' use that....Ludovic Courtès
2020-08-30environment: Set USER and LOGNAME in container...Lars-Dominik Braun
2020-08-03scripts: Pass #:verbosity to 'build-notifier'....Ludovic Courtès
2020-06-20tests: Actually run 'tests/guix-environment-container.sh'....Ludovic Courtès
2020-03-30Merge branch 'master' into core-updates...Marius Bakke
2020-03-29'--dry-run' no longer implies '--no-grafts'....Ludovic Courtès
2020-03-27Merge branch 'master' into core-updates...Marius Bakke
2020-03-25environment: Use 'with-build-handler'....Ludovic Courtès
2020-03-17scripts: Refer to (default-guile) instead of 'guile-2.2'....Ludovic Courtès
2019-11-26Use 'offload?' instead of 'build-hook?' internally....Ludovic Courtès
2019-10-06Merge branch 'master' into core-updatesRicardo Wurmus
2019-10-03environment: '--container' honors '--preserve'....Ludovic Courtès
2019-09-17Merge branch 'master' into core-updatesLudovic Courtès
2019-09-12file-systems: Add /var/run/nscd to '%network-file-mappings'....Ludovic Courtès
2019-07-12Merge branch 'master' into core-updates...Marius Bakke
2019-07-08scripts: environment: Add --no-cwd....Carl Dong
2019-07-08scripts: environment: Only rewrite user-specified mappings....Carl Dong
2019-06-14gnu: bootstrap: Download the bootstrap bash, mkdir, tar, and xz binaries....Ludovic Courtès
2019-05-07environment: Non ad-hoc mode also honors transformation options....Ludovic Courtès
2019-04-04scripts: More commands default to verbosity level 1....Ludovic Courtès
2019-04-02environment: '-C' creates namespaces where the user is not root....Ludovic Courtès
2019-03-26environment: Create /etc/group in containers....Ludovic Courtès