summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
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-15refresh: Switch to SRFI-71.Ludovic Courtès
2022-06-15challenge: When using '--diff', do not attempt to chmod symlinks.Ludovic Courtès
2022-06-15import: Add hex.pm importer.Hartmut Goebel
2022-06-15pull: Tweak cache directory validation code.Ludovic Courtès
2022-06-12pull: Fix typo in error message.Tobias Geerinckx-Rice
2022-06-13challenge: Actually delete nars that have been extracted.Ludovic Courtès
2022-06-05pull: Fail if cache directory ownership is suspect.Tobias Geerinckx-Rice
2022-06-06packages: Add 'specifications->packages'.Antero Mejr
2022-05-29guix system: Don't suggest reconfiguration during reconfiguration.Tobias Geerinckx-Rice
2022-06-04guix home: Add 'edit' sub-command.Ludovic Courtès
2022-06-04guix system: Add 'edit' sub-command.Ludovic Courtès
2022-06-04edit: Extract 'spawn-editor' procedure.Ludovic Courtès
2022-06-01shell: '--export-manifest -D x -D y' generates a valid manifest.Ludovic Courtès
2022-05-29scripts/import: Use pretty printer from (guix scripts style).Ricardo Wurmus
2022-05-27substitute: Check for --help or --version options early.yarl-baudig@mailoo.org
2022-05-26guix package: Sort search results by package version.Ludovic Courtès
2022-05-25Move (gnu platform) and (gnu platforms ...) to guix/.Josselin Poiret
2022-05-23scripts: package: Transform before creating manifest entries.Josselin Poiret
2022-05-22scripts: build: Highlight the current system with --list-systems.Mathieu Othacehe
2022-05-22scripts: Add --list-systems and --list-targets options.Mathieu Othacehe
2022-05-22import: Add Elm importer.Philip McGrath
2022-05-20guix: Remove unused import.Ricardo Wurmus
2022-04-29guix system: Highlight search results.Ludovic Courtès
2022-04-29publish: Send uncached narinfo replies from the main thread.Ludovic Courtès
2022-04-26scripts: pack: Fix typo.Alex Griffin
2022-04-23pack: Fix match error for multi-packages deb packs.Maxim Cournoyer
2022-04-19ui: Highlight package and service search results.Ludovic Courtès
2022-04-19ui: Highlight important bits in recutils output.Ludovic Courtès
2022-04-14publish: Support systemd-style socket activation.Ludovic Courtès
2022-04-14publish: Use SRFI-71 instead of SRFI-11.Ludovic Courtès
2022-04-14style: Correctly read dots in pairs and improper lists.Ludovic Courtès
2022-04-11reconfigure: Fix typo on 'live-service-transient?'.Ludovic Courtès
2022-04-10services: herd: Adjust to <live-service> changes.Ludovic Courtès
2022-04-09guix describe: Add missing import.Ludovic Courtès
2022-04-08ui: Move 'location->hyperlink' to (guix diagnostics).Ludovic Courtès
2022-04-08ui: Move hyperlink facilities to (guix colors).Ludovic Courtès
2022-04-04shell: Add '--export-manifest'.Ludovic Courtès
2022-04-04environment: Export 'load-manifest'.Ludovic Courtès
2022-04-04packages: Add 'package-unique-version-prefix'.Ludovic Courtès
2022-04-01weather: Colorize the output.Ludovic Courtès
2022-03-20home: import: Clarify alias parsing code.Ludovic Courtès
2022-03-20home: import: Properly parse aliases that contain quotes.Ludovic Courtès
2022-03-19guix home: Show "container" in '--help' output.Ludovic Courtès
2022-03-19guix home: Add 'container' command.Ludovic Courtès
2022-03-18guix system: Call 'export-graph' with the right port argument.Ludovic Courtès
2022-03-18guix home: Implement the 'extension-graph' and 'shepherd-graph' actions.Ludovic Courtès
2022-03-18graph: Factorize 'lookup-backend'.Ludovic Courtès
2022-03-07scripts: import: gem: Fix recursive error handling.zimoun