Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Tips & Resources

Tutorials & Guides

Vimjoyer (YouTube)

Other

Nix Language

High-Level Libraries

Updating Custom Packages

Use the bump recipe, which wraps nix-update and figures out the attribute path and platform for you:

just bump packages/top-level/<pkg>       # or packages/custom/<pkg>

Under the hood it runs scripts/bump-package.sh; extra flags are passed straight through to nix-update, e.g. just bump packages/top-level/<pkg> --version=1.2.3.

ZFS