Jump to content

NixOS search: Difference between revisions

From NixOS Wiki
Claes (talk | contribs)
Added section about home manager search
TLATER (talk | contribs)
Search nixpkgs options: Added a note about offline option descriptions
Tags: Mobile edit Mobile web edit
 
(One intermediate revision by one other user not shown)
Line 9: Line 9:
=== Search nixpkgs options ===
=== Search nixpkgs options ===
The options search allows searching of nixpkgs module options. For each option, you are presented with a description, example and the default setting. There is also a link to the source code of the module that defines the option.
The options search allows searching of nixpkgs module options. For each option, you are presented with a description, example and the default setting. There is also a link to the source code of the module that defines the option.
Options are also available offline through man pages, and can be browsed with <code>man configuration.nix</code>.


== Search Home Manager ==
== Search Home Manager ==
To search Home Manager options, you can use https://home-manager-options.extranix.com/
To search Home Manager options, you can use https://home-manager-options.extranix.com/
[[Category: nix]]

Latest revision as of 08:35, 15 May 2025

Search nixpkgs

From https://search.nixos.org you can search nixpkgs packages and options.

Search nixpkgs packages

The package search searches among nixpkgs packages in either the stable release or unstable. For the returned packages, you can view the version, and follow links the the nixpkgs source and to the program's home page.

See also Searching packages

Search nixpkgs options

The options search allows searching of nixpkgs module options. For each option, you are presented with a description, example and the default setting. There is also a link to the source code of the module that defines the option.

Options are also available offline through man pages, and can be browsed with man configuration.nix.

Search Home Manager

To search Home Manager options, you can use https://home-manager-options.extranix.com/