summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-12-03guix system vm: Add --no-graphic CLI argument....Attila Lendvai
2021-11-23style: Add '--dry-run'....Ludovic Courtès
2021-11-23Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-23guix graph: Show '-M' in '--help' output....Ludovic Courtès
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-17scripts: home: Make ‘guix home import’ write home-configuration.scm....Xinglu Chen
2021-11-17import: Replace texlive importer....Ricardo Wurmus
2021-11-14environment: Fix ‘--check’ with exported PS1 variable....Thiago Jung Bauermann
2021-11-11import: cran: Allow imports of a specific version....Ludovic Courtès
2021-11-11import: pypi: Allow imports of a specific version....Ludovic Courtès
2021-11-08Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-11-07shell: Actually clean up the profile cache....Ludovic Courtès
2021-11-07import: egg: Allow imports of a specific version....Xinglu Chen
2021-11-07home: services: bash: Add ‘aliases’ field....Xinglu Chen
2021-11-06environment: Suggest command upon 'execlp' failure....Ludovic Courtès
2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-10-31home: import: Avoid duplication of 'manifest->code'....Ludovic Courtès
2021-10-31home: import: Factorize triplicated 'version-spec' procedure....Ludovic Courtès
2021-10-31home: import: Clarify "destination directory"....Ludovic Courtès
2021-10-31home: import: Compare procedures with 'eq?'....Ludovic Courtès
2021-10-31guix home: import: Call ‘local-file’ with ‘name’...Xinglu Chen
2021-10-31Add tests for ‘guix home import’....Xinglu Chen
2021-10-31guix home: import: Delete duplicate modules when importing....Xinglu Chen
2021-10-31guix home: import: Don’t use 'slurp-file-gexp'....Xinglu Chen
2021-10-31guix home: import: Fix module name for Bash service....Xinglu Chen
2021-10-31guix home: import: Allow multiple modules to be imported for each service....Xinglu Chen
2021-10-31guix home: import: Make the user to specify a destination directory....Xinglu Chen
2021-10-30shell: Error out when an unauthorized guix.scm/manifest.scm is found....Ludovic Courtès
2021-10-28environment: Fix broken file-local variable....Zhu Zihao
2021-10-26shell: Suggest running '--check' once for interactive use....Ludovic Courtès
2021-10-26environment: Add '--check'....Ludovic Courtès
2021-10-25shell: Maintain a profile cache....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-25shell: By default load the local 'manifest.scm' or 'guix.scm' file....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-10-18Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-10-15refresh: Report suggested input changes with 'info'....Ludovic Courtès
2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe
2021-10-11gnu: Add platform support....Mathieu Othacehe
2021-10-09home: services: configuration: Support file-like objects....Oleg Pykhalov
2021-10-09scripts: home: Make sure profile directory exists....Oleg Pykhalov
2021-10-09Move (gnu home-services) to (gnu home services)....Oleg Pykhalov
2021-10-08Revert the #51061 patch series for now....Tobias Geerinckx-Rice
2021-10-08gnu: Move (gnu home-services) to (gnu home services)....Oleg Pykhalov
2021-10-07import: Add hex.pm importer....Hartmut Goebel