NixCon 2025 in Rapperswil-Jona, Switzerland

Save the date: 5–7 September!

Read Announcement

Declarative builds and deployments.

Nix is a tool that takes a unique approach to package management and system configuration. Learn how to make reproducible, declarative and reliable systems.

00:00-04:1100:11 - Ad-Hoc development environments00:41 - Declarative development environments01:25 - Build docker image with Nix02:02 - Build minimal docker image with NixKeyboard shortcuts (?)Fullscreen (f)

Reproducible

Nix builds packages in isolation from each other. This ensures that they are reproducible and don’t have undeclared dependencies, so if a package works on one machine, it will also work on another.

Declarative

Nix makes it trivial to share development and build environments for your projects, regardless of what programming languages and tools you’re using.

Reliable

Nix ensures that installing or upgrading one package cannot break other packages. It allows you to roll back to previous versions, and ensures that no package is in an inconsistent state during an upgrade.

Choose from Thousands of Packages

The Nix Packages collection (Nixpkgs) is a set of over 120 000 packages for the Nix package manager.

Examples

Try new tools without fear

00:00-00:29Keyboard shortcuts (?)Fullscreen (f)

Multiple languages, one tool

00:00-00:34Keyboard shortcuts (?)Fullscreen (f)

Declarative dev-environments

00:00-01:08Keyboard shortcuts (?)Fullscreen (f)

Minimal docker images

00:00-01:19Keyboard shortcuts (?)Fullscreen (f)

Declarative cloud images

00:00-00:53Keyboard shortcuts (?)Fullscreen (f)

Test your configurations

00:00-01:07Keyboard shortcuts (?)Fullscreen (f)