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