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

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-search args
Channel: guix
Location: guix/scripts/search.scm (guix scripts search)
Documentation:

search for packages

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

spawn one-off software environments

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

show information about packages

profile-closure-size
Channel: guix
Location: guix/scripts/size.scm (guix scripts size)
store-profile (items)
Channel: guix
Location: guix/scripts/size.scm (guix scripts size)
Documentation:

Return as a monadic value a list of <profile> objects representing the profile of ITEMS and their requisites.

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

profile the on-disk size of packages

profile-self-size
Channel: guix
Location: guix/scripts/size.scm (guix scripts size)
profile-file
Channel: guix
Location: guix/scripts/size.scm (guix scripts size)
profile?
Channel: guix
Location: guix/scripts/size.scm (guix scripts size)
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)
substitute-urls
Channel: guix
Location: guix/scripts/substitute.scm (guix scripts substitute)
%reply-file-descriptor
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

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.

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).

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.

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.

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.

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.

Total public symbols: 86650