summaryrefslogtreecommitdiff
path: root/guix/scripts/environment.scm
AgeCommit message (Expand)Author
2026-05-10ui: ‘load*’ takes a list of modules to import.Ludovic Courtès
2026-04-30shell: Add --cwd.Danny Milosavljevic
2026-04-27environment: Run child as PID 2.Johannes Christ
2025-12-19environment: Do not attempt to map GID 0 when invoked as root.Ludovic Courtès
2025-12-05shell: Create cached profile directory once connected to the daemon.Ludovic Courtès
2025-09-23shell, inferior: Store GC roots under /var/guix/profiles.Ludovic Courtès
2025-09-17linux-container: Export ‘%writable-/tmp’ and use it.Ludovic Courtès
2025-06-03environment: Set LANG by default.Tomas Volf
2025-05-31scripts: environment: Export launch-environment/container.Nicolas Graves
2025-05-24environment: Provide a writable /run/user/$UID.Ludovic Courtès
2025-05-18environment: Make home writable.Tomas Volf
2025-05-18environment: Translate only file names under home directory.Tomas Volf
2025-05-18environment: Use inherit for new mapping.Tomas Volf
2025-05-06environment, home: Make /tmp writable.Ludovic Courtès
2025-05-05linux-container: Set up “lo” and generate /etc/hosts by default.Ludovic Courtès
2025-05-05environment: Add ‘--writable-root’ and default to read-only root.Ludovic Courtès
2025-05-05linux-container: Support having a read-only root file system.Ludovic Courtès
2025-05-05environment: Restore action for SIGPIPE.Tomas Volf
2024-12-18environment: Suppress all output with --verbosity=0Brian Kubisiak
2024-10-24environment: Gracefully handle preexistence of /bin/cc in FHS.Ludovic Courtès
2024-05-25environment: Fix type error with ‘-C’ when ‘getpwuid’ fails.Ludovic Courtès
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