From 88d2e3667761b42ee4d4db6ccab18ad7f29c0a47 Mon Sep 17 00:00:00 2001 From: Adam Bard Date: Thu, 19 May 2016 11:11:39 -0700 Subject: [PATCH] Remove nix highlighting (we don't have it) --- nix.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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