mirror of https://github.com/CrimsonTome/tldr.git
338 B
338 B
nix-build
Erstellen eines Nix-Ausdrucks. Weitere Informationen: https://nixos.org/releases/nix/latest/manual#sec-nix-build.
- Erstelle einen Nix-Ausdruck:
nix-build '<nixpkgs>' --attr {{firefox}}
- Erstelle einen gesandboxten Nix-Ausdruck (auf nicht-NixOS):
nix-build '<nixpkgs>' --attr {{firefox}} --option sandbox true