Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Create a package housing the union of inputs.
Return a procedure that transforms an operating system, setting up LINUX (default: linux) kernel, with FIRMWARE (default: (list linux-firmware)) and INITRD (default: microcode-initrd).
Return a procedure that transforms an operating system, setting up Nonguix signing key for the Guix daemon.
Additionally, SUBSTITUTES? (default: #t) sets up the substitute server, CHANNEL? (default: #t) adds Nonguix channel specification into '/etc/guix/channels.scm' and GUIX-SOURCE? (default: #f) builds Nonguix channel into the default Guix.
FIXME: GUIX-SOURCE? is disabled by default due to performance issue.
Return a procedure that transforms an operating system, setting up DRIVER (default: nvda) for NVIDIA graphics card.
KERNEL-MODE-SETTING? (default: #t) is required for Wayland and rootless Xorg support.
OPEN-SOURCE-KERNEL-MODULE? (default: #f) only supports Turing and later architectures and is expected to work with 'linux-lts'.
For application setup, use 'replace-mesa'.
TODO: Xorg configuration.
Return a procedure that, when passed a package, grafts its direct and indirect dependencies, including implicit inputs, according to REPLACEMENTS. REPLACEMENTS is a list of package pairs; the first element of each pair is the package to replace, and the second one is the replacement.
Name and version of replacement packages will be padded to meet graft requirement.
Return a copy of package PKG called ALIAS.
Recursing into child elements, apply PROC to every element of OBJ that matches PRED.