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