Nix Nix
tldr-pages web client with multiple languages
Nix Nix
Search
On This Page

nix-build

Build a Nix expression. See also: nix3 build. More information: https://nixos.org/manual/nix/stable/command-ref/nix-build.html.

  • Build a Nix expression:

nix-build '<nixpkgs>' --attr firefox

  • Build a sandboxed Nix expression (on non-NixOS):

nix-build '<nixpkgs>' --attr firefox --option sandbox true

Related Topics
Deutsch version
Contribute to This Page
Report New Issue View Source
Discuss this page