Skip to content

Commit

Permalink
Remove the nix language highlighting, because it makes the punctuatio…
Browse files Browse the repository at this point in the history
…n look very bad.
  • Loading branch information
Ryan Trinkle committed Mar 5, 2015
1 parent 3750c9b commit 045eab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You will need sudo access in order to install Nix (unless you are on NixOS). Ho

When using Nix on NixOS, only root can add binary caches to the system. This will force ghcjs-setup to rebuild GHCJS from scratch, which takes hours. To enable the binary cache, you can add the following line to your `/etc/nixos/configuration.nix`:

```nix
```
nix.trustedBinaryCaches = [ "https://ryantrinkle.com:5443" ];
```

Expand Down

0 comments on commit 045eab0

Please # to comment.