Nix on Travis: Difference between revisions

imported>Mic92
sandboxing
imported>Mic92
fix markup
Line 41: Line 41:
Enabling is straight-forward by using the following little snippet:
Enabling is straight-forward by using the following little snippet:


<syntaxHighlighting lang=nix>
<syntaxHighlight lang=nix>
before_script:
before_script:
   - sudo mkdir /etc/nix && echo 'sandbox = true' | sudo tee /etc/nix/nix.conf
   - sudo mkdir /etc/nix && echo 'sandbox = true' | sudo tee /etc/nix/nix.conf
</syntaxHighlighting>
</syntaxHighlight>