Forrest logo
back to context overview

nix-build

List of commands for nix-build:

  • nix-build:tldr:5af2f nix-build: Build a sandboxed Nix expression (on non-NixOS).
    $ nix-build '' --attr ${firefox} --option sandbox true
    try on your machine
    explain this command
  • nix-build:tldr:a17e6 nix-build: Build a Nix expression.
    $ nix-build '' --attr ${firefox}
    try on your machine
    explain this command
back to context overview