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