7 lines
194 B
Markdown
7 lines
194 B
Markdown
|
|
|
||
|
|
```
|
||
|
|
$ source .env # not needed if your system has autoenv
|
||
|
|
$ build # fast: repeatable build
|
||
|
|
$ nix-build # slow: reproducable nix build (for experts)
|
||
|
|
```
|