From 91106928cfa3f16b8fc1207543b3fbe0e070f9a8 Mon Sep 17 00:00:00 2001 From: Sheena Artrip Date: Sat, 1 May 2021 20:04:05 -0700 Subject: doc/beam: fix syntax error in nix sample --- doc/languages-frameworks/beam.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/languages-frameworks/beam.section.md b/doc/languages-frameworks/beam.section.md index 934e6cdca121..08abd4588c64 100644 --- a/doc/languages-frameworks/beam.section.md +++ b/doc/languages-frameworks/beam.section.md @@ -212,7 +212,7 @@ in Usually, we need to create a `shell.nix` file and do our development inside of the environment specified therein. Just install your version of Erlang and any other interpreters, and then use your normal build tools. As an example with Elixir: ```nix -{ pkgs ? import " {} }: +{ pkgs ? import {} }: with pkgs; -- cgit 1.4.1