diff options
| -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  | 
