_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


guix-style args
Channel: guix
Location: guix/scripts/style.scm (guix scripts style)
Documentation:

update the style of package definitions

%allow-unsafe-substitute-uris?
Channel: guix
Location: guix/scripts/substitute.scm (guix scripts substitute)
%reply-file-descriptor
Channel: guix
Location: guix/scripts/substitute.scm (guix scripts substitute)
substitute-urls
Channel: guix
Location: guix/scripts/substitute.scm (guix scripts substitute)
guix-substitute args
Channel: guix
Location: guix/scripts/substitute.scm (guix scripts substitute)
Documentation:

implement the build daemon's substituter protocol

%allow-unauthenticated-substitutes?
Channel: guix
Location: guix/scripts/substitute.scm (guix scripts substitute)
guix-system-edit args
Channel: guix
Location: guix/scripts/system/edit.scm (guix scripts system edit)
guix-system-installer args
Channel: guix
Location: guix/scripts/system/installer.scm (guix scripts system installer)
Documentation:

run the graphical installer program

running-services (eval)
Channel: guix
Location: guix/scripts/system/reconfigure.scm (guix scripts system reconfigure)
Documentation:

Using EVAL, a monadic procedure taking a single G-Expression as an argument, return the <live-service> objects that are currently running on MACHINE.

upgrade-services-program (service-files to-start to-unload to-restart)
Channel: guix
Location: guix/scripts/system/reconfigure.scm (guix scripts system reconfigure)
Documentation:

Return an executable store item that, upon being evaluated, will upgrade the Shepherd (PID 1) by unloading obsolete services and loading new services. SERVICE-FILES is a list of Shepherd service files to load, and TO-START, TO-UNLOAD, and TO-RESTART are lists of the Shepherd services' canonical names (symbols).

upgrade-shepherd-services (eval os)
Channel: guix
Location: guix/scripts/system/reconfigure.scm (guix scripts system reconfigure)
Documentation:

Using EVAL, a monadic procedure taking a single G-Expression as an argument, upgrade the Shepherd (PID 1) by unloading obsolete services and loading new services as defined by OS.

switch-to-system (eval os #:optional profile)
Channel: guix
Location: guix/scripts/system/reconfigure.scm (guix scripts system reconfigure)
Documentation:

Using EVAL, a monadic procedure taking a single G-Expression as an argument, create a new generation of PROFILE pointing to the directory of OS, switch to it atomically, and run OS's activation script.

warn-about-backward-reconfigure (channel start commit relation)
Channel: guix
Location: guix/scripts/system/reconfigure.scm (guix scripts system reconfigure)
Documentation:

Warn about non-forward updates of CHANNEL from START to COMMIT, without aborting.

check-forward-update (#:optional validate-reconfigure #:key current-channels)
Channel: guix
Location: guix/scripts/system/reconfigure.scm (guix scripts system reconfigure)
Documentation:

Call VALIDATE-RECONFIGURE passing it, for each channel, the channel, the currently-deployed commit (from CURRENT-CHANNELS, which is as returned by 'guix system describe' by default) and the target commit (as returned by 'guix describe').

kexec-loading-program (os)
Channel: guix
Location: guix/scripts/system/reconfigure.scm (guix scripts system reconfigure)
Documentation:

Return a program that calls 'kexec_file_load' to allow rebooting into OS via 'kexec'.

switch-system-program (os #:optional profile)
Channel: guix
Location: guix/scripts/system/reconfigure.scm (guix scripts system reconfigure)
Documentation:

Return an executable store item that, upon being evaluated, will create a new generation of PROFILE pointing to the directory of OS, switch to it atomically, and run OS's activation script.

install-bootloader-program (installer disk-installer bootloader-package bootcfg bootcfg-file devices target)
Channel: guix
Location: guix/scripts/system/reconfigure.scm (guix scripts system reconfigure)
Documentation:

Return an executable store item that, upon being evaluated, will install BOOTCFG to BOOTCFG-FILE, a target file name, on DEVICES, a list of file system devices, at TARGET, a mount point, and subsequently run INSTALLER from BOOTLOADER-PACKAGE.

install-bootloader (eval configuration bootcfg #:key run-installer? target)
Channel: guix
Location: guix/scripts/system/reconfigure.scm (guix scripts system reconfigure)
Documentation:

Using EVAL, a monadic procedure taking a single G-Expression as an argument, configure the bootloader on TARGET such that OS will be booted by default and additional configurations specified by MENU-ENTRIES can be selected.

load-system-for-kexec (eval os)
Channel: guix
Location: guix/scripts/system/reconfigure.scm (guix scripts system reconfigure)
Documentation:

Load OS so that it can be rebooted into via kexec, if supported. Print a warning in case of failure.

ensure-forward-reconfigure (channel start commit relation)
Channel: guix
Location: guix/scripts/system/reconfigure.scm (guix scripts system reconfigure)
Documentation:

Raise an error if RELATION is not 'ancestor, meaning that START is not an ancestor of COMMIT, unless CHANNEL specifies a commit.

find-service-types (regexps)
Channel: guix
Location: guix/scripts/system/search.scm (guix scripts system search)
Documentation:

Return a list of service type/score pairs: service types whose name or description matches REGEXPS sorted by relevance, and their score.

service-type->recutils (type port #:optional width #:key extra-fields hyperlinks? highlighting)
Channel: guix
Location: guix/scripts/system/search.scm (guix scripts system search)
Documentation:

Write to PORT a recutils record of TYPE, arranging to fit within WIDTH columns. When HYPERLINKS? is true, emit hyperlink escape sequences when appropriate. Pass the description through HIGHLIGHTING, a one-argument procedure that may return a colorized version of its argument.

guix-system-search args
Channel: guix
Location: guix/scripts/system/search.scm (guix scripts system search)
service-node-type (services)
Channel: guix
Location: guix/scripts/system.scm (guix scripts system)
Documentation:

Return a node type for SERVICES. Since <service> instances are not self-contained (they express dependencies on service types, not on services), we have to create the 'edges' procedure dynamically as a function of the full list of services.

Total public symbols: 88177