[ { "name": "myhello", "version": "2.10", "source": "mirror://gnu/hello/hello-2.10.tar.gz", "build-system": "gnu", "arguments": { "tests?": false }, "home-page": "https://www.gnu.org/software/hello/", "synopsis": "Hello, GNU world: An example GNU package", "description": "GNU Hello prints a greeting.", "license": "GPL-3.0+", "native-inputs": ["gettext"] }, { "name": "greeter", "version": "1.0", "source": "mirror://gnu/hello/hello-2.10.tar.gz", "build-system": "gnu", "arguments": { "test-target": "foo", "parallel-build?": false }, "home-page": "https://example.com/", "synopsis": "Greeter using GNU Hello", "description": "This is a wrapper around GNU Hello.", "license": "GPL-3.0+", "inputs": ["myhello", "hello"] } ] >koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/completion
AgeCommit message (Expand)Author
2023-12-10bash completion: Complete ‘guix style -f’ with files....Tobias Geerinckx-Rice
2023-11-07fish completion: Fix typos....Efraim Flashner
2022-05-29bash completion: Fix & unify option parsing....Tobias Geerinckx-Rice
2022-01-17bash completion: Complete "guix home" sub-commands....Ludovic Courtès
2022-01-16bash completion: Fix options completion....Fulbert
2021-12-08bash completion: Complete ‘guix shell -f’....Tobias Geerinckx-Rice
2021-10-31bash completion: Complete top-level options....Tobias Geerinckx-Rice
2021-10-31bash completion: Don't hard-code "guix" binary name....Tobias Geerinckx-Rice
2021-10-25Add 'guix shell'....Ludovic Courtès
2021-10-24etc: completion: Filter gratuitous spaces from available packages....Liliana Marie Prikler