doc/beam: fix syntax error in nix sample

This commit is contained in:
Sheena Artrip 2021-05-01 20:04:05 -07:00 committed by Raphael Megzari
parent 6aeefc823a
commit 91106928cf

View File

@ -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 "<nixpkgs"> {} }:
{ pkgs ? import <nixpkgs> {} }:
with pkgs;