aboutsummaryrefslogtreecommitdiff
path: root/guix/scripts/environment.scm
Commit message (Expand)AuthorAge
* shell: ‘--development’ honors ‘--system’.Ludovic Courtès2023-12-06
* environment: Fix typo in error messages.Ludovic Courtès2023-10-28
* environment: Parameterize ‘%graft?’ early on.Ludovic Courtès2023-10-28
* environment: Honor ‘-s’ for guile-for-build.Ludovic Courtès2023-10-28
* environment: Fix unbound-variable bug with '--symlink'.Ludovic Courtès2023-06-02
* environment: Really auto-load (guix scripts pack).Ludovic Courtès2023-04-19
* environment: Add '--nesting'.Ludovic Courtès2023-04-06
* environment: Clear 'TERM' when checking environment.Winter2023-03-13
* scripts: environment: Fix ordering issue with CWD and --expose.Josselin Poiret2023-03-06
* ui: 'display-hint' quotes extra arguments for Texinfo.Ludovic Courtès2023-02-27
* environment: Fix '--emulate-fhs' option overriding $PATH.John Kehayias2023-01-15
* environment: Avoid false positive on 'PS1' check.Ludovic Courtès2023-01-05
* environment: Simplify 'PS1' suggestion on '--check'.Ludovic Courtès2023-01-05
* environment: '-C' doesn't throw when the NSS is dysfunctional.Ludovic Courtès2022-12-09
* shell: Detect --symlink spec problems early.Maxim Cournoyer2022-11-15
* guix: shell: Add '--symlink' option.Maxim Cournoyer2022-11-15
* Remove now unnecessary uses of (guix grafts).Ludovic Courtès2022-10-22
* environment: Update docstring of 'launch-environment'.Ludovic Courtès2022-10-20
* guix: Fix typos.Julien Lepiller2022-10-17
* shell: Handle '--emulate-fhs' in 'guix shell', not in 'guix environment'.Ludovic Courtès2022-10-13
* environment: Add '--emulate-fhs'.John Kehayias2022-10-13
* 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