mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Update nix-build.md
This commit is contained in:
parent
ecb7a484e2
commit
feb1d0eec8
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
- Build a Nix expression:
|
||||
|
||||
`nix-build '{{nixpkgs}}' {{[-A|--attr]}} {{firefox}}`
|
||||
`nix-build '<nixpkgs>' {{[-A|--attr]}} {{firefox}}`
|
||||
|
||||
- Build a sandboxed Nix expression (on non-NixOS):
|
||||
|
||||
`nix-build '{{nixpkgs}}' {{[-A|--attr]}} {{firefox}} --option sandbox true`
|
||||
`nix-build '<nixpkgs>' {{[-A|--attr]}} {{firefox}} --option sandbox true`
|
||||
|
|
Loading…
Add table
Reference in a new issue