summaryrefslogtreecommitdiff
path: root/guix/scripts/environment.scm
Commit message (Expand)AuthorAge
...
* environment: Use 'break' instead of 'split'.Ludovic Courtès2016-05-04
* environment: container: Work around read-only /etc/resolv.conf issue.David Thompson2016-04-07
* environment: Set a default value for PS1.David Thompson2016-03-30
* environment: Properly handle SIGINT.David Thompson2016-03-27
* environment: container: Create dummy home directory and /etc/passwd.David Thompson2016-03-26
* guix build: Move '--no-grafts' to the common build options.Ludovic Courtès2016-03-02
* scripts: environment: Build environments as profiles.David Thompson2016-02-12
* environment: Set build options early on.Ludovic Courtès2015-11-28
* environment: Correctly handle abnormal exits.Ludovic Courtès2015-11-21
* scripts: environment: Display friendly container error messages.David Thompson2015-11-03
* scripts: environment: Ignore user shell when spawning container.David Thompson2015-11-02
* scripts: environment: Allow lists of packages in expressions.David Thompson2015-10-30
* scripts: environment: Allow mixing regular and ad-hoc packages.David Thompson2015-10-29
* scripts: environment: Add --container option.David Thompson2015-10-25
* scripts: environment: Use system* instead of system.David Thompson2015-10-09
* Add (guix scripts).Alex Kost2015-09-18
* scripts: environment: Return the exit status of the command.Cyril Roelandt2015-07-02
* environment: Define 'GUIX_ENVIRONMENT'.Ludovic Courtès2015-07-01
* environment: Improve error reporting for '-l'.Ludovic Courtès2015-07-01
* environment: For --ad-hoc, allow users to specify an output.Ludovic Courtès2015-07-01
* environment: Add --system.Ludovic Courtès2015-07-01
* environment: Add only the specified outputs of the dependencies.Ludovic Courtès2015-07-01
* environment: Connect to the store after the command line has been parsed.Ludovic Courtès2015-06-11
* guix environment: Add --ad-hoc option.David Thompson2015-05-28
* scripts: Move 'set-build-options-from-command-line*' to (guix scripts build) ...David Thompson2015-05-21
* ui: Deduplicate 'show-what-to-build*'.David Thompson2015-05-21
* environment: Move iteration outside of 'for-each-search-path'.Ludovic Courtès2015-05-05
* environment: Use 'evaluate-search-paths'.Ludovic Courtès2015-05-05
* search-paths: Define the 'PATH' environment variable.Ludovic Courtès2015-05-05
* environment: Use (guix search-paths).Ludovic Courtès2015-05-05
* scripts: environment: Improve error messages.David Thompson2015-03-16
* ui: Factorize command-line + env. var. option parsing.Ludovic Courtès2015-02-26
* guix: environment: Consider all package outputs.David Thompson2015-02-03
* Merge branch 'core-updates'Ludovic Courtès2015-01-16
|\
| * utils: Export 'search-path-as-list'.Ludovic Courtès2014-12-27
| * packages: Add 'file-type' field to 'search-path-specification'.Ludovic Courtès2014-12-27
* | monads: Move '%store-monad' and related procedures where they belong.Ludovic Courtès2015-01-14
|/
* guix: scripts: Parse $GUIX_BUILD_OPTIONS separately.nebuli2014-12-06
* guix: scripts: Add GUIX_BUILD_OPTIONS environment handling.nebuli2014-11-30
* environment: Improve '--help' output.Ludovic Courtès2014-10-30
* scripts: Add 'environment' command.David Thompson2014-10-10