summaryrefslogtreecommitdiff
path: root/guix/scripts/environment.scm
Commit message (Expand)AuthorAge
* 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
* environment: Use (gnu build accounts) for /etc/passwd handling.Ludovic Courtès2019-03-26
* environment: Rename '--inherit' to '--preserve'.Ludovic Courtès2019-03-04
* environment: Remove deprecated -E/--exec option.Ludovic Courtès2019-03-04
* environment: Add '--inherit'.Ludovic Courtès2019-02-16
* Avoid name clash with 'build' from (guix store) and (guix status).Ludovic Courtès2019-02-11
* guix build: Re-purpose '--verbosity' and add '--debug'.Ludovic Courtès2019-01-11
* status: Add 'with-status-verbosity'.Ludovic Courtès2019-01-11
* Use 'mapm' instead of 'sequence' + 'map'.Ludovic Courtès2018-12-19
* environment: Support package transformation options.Ludovic Courtès2018-12-17
* status: Build upon multiplexed build output.Ludovic Courtès2018-10-15
* Add (guix status) and use it for pretty colored output.Ludovic Courtès2018-09-27
* profiles: Introduce 'profile-search-paths' and use it.Ludovic Courtès2018-07-11
* environment: Simplify code by using manifests internally.Ludovic Courtès2018-07-11
* guix environment: load manifest files like "guix package" doesKonrad Hinsen2018-03-27
* environment: Add --user.Mike Gerwitz2018-03-02