From 5b1c327c828f0450f4e73b0fa851dcd00f82c693 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 11 Jul 2023 14:02:31 +0300 Subject: docs(nix-1p): suggest using `nix repl` to experiment with commands This fixes https://github.com/tazjin/nix-1p/issues/14 I guess some people also don't discover the REPL for a while unless told about it. Change-Id: I76366c1cb02b5612a5aa87fe33b40b7bb0db3ff3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8950 Reviewed-by: sterni Tested-by: BuildkiteCI --- nix/nix-1p/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nix') diff --git a/nix/nix-1p/README.md b/nix/nix-1p/README.md index f102bfd7aa..18cbbcd201 100644 --- a/nix/nix-1p/README.md +++ b/nix/nix-1p/README.md @@ -9,6 +9,9 @@ Unless otherwise specified, the word "Nix" refers only to the language below. Please file an issue if something in here confuses you or you think something important is missing. +If you have Nix installed, you can try the examples below by running `nix repl` +and entering code snippets there. + **Table of Contents** -- cgit 1.4.1