diff options
-rw-r--r-- | de-de/nix-de.html.markdown | 2 | ||||
-rw-r--r-- | nix.html.markdown | 2 | ||||
-rw-r--r-- | sv-se/nix-sv.html.markdown | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/de-de/nix-de.html.markdown b/de-de/nix-de.html.markdown index a55a91c7..42a1527e 100644 --- a/de-de/nix-de.html.markdown +++ b/de-de/nix-de.html.markdown @@ -16,7 +16,7 @@ Du kannst Nix Ausdrücke evaluieren mithilfe von [nix-instantiate](https://nixos.org/nix/manual/#sec-nix-instantiate) oder [`nix-repl`](https://github.com/edolstra/nix-repl). -``` +```nix with builtins; [ # Kommentare diff --git a/nix.html.markdown b/nix.html.markdown index 677aaf54..d2d8b2c8 100644 --- a/nix.html.markdown +++ b/nix.html.markdown @@ -15,7 +15,7 @@ You can evaluate Nix expressions using [nix-instantiate](https://nixos.org/nix/manual/#sec-nix-instantiate) or [`nix repl`](https://nixos.org/nix/manual/#ssec-relnotes-2.0). -``` +```nix with builtins; [ # Comments diff --git a/sv-se/nix-sv.html.markdown b/sv-se/nix-sv.html.markdown index 9069c286..831e3bcd 100644 --- a/sv-se/nix-sv.html.markdown +++ b/sv-se/nix-sv.html.markdown @@ -16,7 +16,7 @@ Du kan utvärdera Nix uttryck genom att använda [nix-instantiate](https://nixos.org/nix/manual/#sec-nix-instantiate) eller [`nix-repl`](https://github.com/edolstra/nix-repl). -``` +```nix with builtins; [ # Kommentarer |