diff options
author | Adam Bard <github@adambard.com> | 2016-05-19 11:11:39 -0700 |
---|---|---|
committer | Adam Bard <github@adambard.com> | 2016-05-19 11:11:39 -0700 |
commit | 88d2e3667761b42ee4d4db6ccab18ad7f29c0a47 (patch) | |
tree | eec5ce21f1f10442e696af5b3b22b80253148434 | |
parent | 470893c93ad7aa104345b070a8749aa3edbd5ba8 (diff) |
Remove nix highlighting (we don't have it)
-rw-r--r-- | nix.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix.html.markdown b/nix.html.markdown index 2979098f..ef59a135 100644 --- a/nix.html.markdown +++ b/nix.html.markdown @@ -13,7 +13,7 @@ You can evaluate Nix expressions using [nix-instantiate](https://nixos.org/nix/manual/#sec-nix-instantiate) or [`nix-repl`](https://github.com/edolstra/nix-repl). -```nix +``` with builtins; [ # Comments |