summaryrefslogtreecommitdiff
path: root/guix/scripts/shell.scm
AgeCommit message (Expand)Author
2023-11-22shell: Disable caching for ‘guix shell -f guix.scm’.Ludovic Courtès
2023-11-22shell: Correct cache key for ‘guix shell -f guix.scm’.Felix Lechner
2023-10-17scripts: shell: Handle EPIPE errors when displaying help.Simon Tournier
2023-10-12shell: Take grafting into account when caching.Ludovic Courtès
2023-09-08guix: shell: Don't whitelist / by typo in `shell-authorized-directories'.Janneke Nieuwenhuizen
2023-07-13shell: Really take system into account in the cache key.Ludovic Courtès
2023-04-06environment: Add '--nesting'.Ludovic Courtès
2023-02-27ui: 'display-hint' quotes extra arguments for Texinfo.Ludovic Courtès
2022-12-26shell: Make --help show --system and --list-systems.Yarl Baudig
2022-11-15shell: Detect --symlink spec problems early.Maxim Cournoyer
2022-11-06shell: Fix '--emulate-fhs' sometimes not including 'glibc-for-fhs'.John Kehayias
2022-10-13shell: Handle '--emulate-fhs' in 'guix shell', not in 'guix environment'.Ludovic Courtès
2022-07-15shell: Ignore cached profiles when using '--export-manifest'.Ludovic Courtès
2022-06-16shell: Fix '--export-manifest' for cached profiles and when '-p' is used.Ludovic Courtès
2022-06-16shell: Do not auto-detect manifest when '-p' is used.Ludovic Courtès
2022-06-01shell: '--export-manifest -D x -D y' generates a valid manifest.Ludovic Courtès
2022-04-04shell: Add '--export-manifest'.Ludovic Courtès
2022-03-02shell: Disable caching when '-p' is passed.Ludovic Courtès
2022-01-11shell: Cache profiles even when using package specs.Ludovic Courtès
2021-12-10shell: When using '-D -f', '-D' has no effect on remaining packages.Ludovic Courtès
2021-12-10shell: Fix '--file' description in '--help' output.Ludovic Courtès
2021-11-07shell: Actually clean up the profile cache.Ludovic Courtès
2021-10-30shell: Error out when an unauthorized guix.scm/manifest.scm is found.Ludovic Courtès
2021-10-26shell: Suggest running '--check' once for interactive use.Ludovic Courtès
2021-10-25shell: Maintain a profile cache.Ludovic Courtès
2021-10-25shell: By default load the local 'manifest.scm' or 'guix.scm' file.Ludovic Courtès
2021-10-25Add 'guix shell'.Ludovic Courtès