Nix Installation Guide: Difference between revisions
imported>Ktosiek Adding -L to curl, like on https://nixos.org/download.html |
imported>HaoZeke Updated the filename. |
||
| Line 129: | Line 129: | ||
Alternatively, if you have another machine with nix installed, you can build static binaries as follows: | Alternatively, if you have another machine with nix installed, you can build static binaries as follows: | ||
* create a file <code> | * create a file <code>proot.nix</code>: | ||
<syntaxHighlight lang="nix"> | <syntaxHighlight lang="nix"> | ||
with import <nixpkgs> {}; | with import <nixpkgs> {}; | ||