logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Nix Build - Create Nix Expressions | Online Free DevTools by Hexmos

Create Nix expressions with Nix Build. Easily build software packages, and manage dependencies. Free online tool, no registration required.

nix-build-2

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

  • Build a Nix expression:

nix-build '<nixpkgs>' {{[-A|--attr]}} {{firefox}}

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

nix-build '<nixpkgs>' {{[-A|--attr]}} {{firefox}} --option sandbox true

See Also