doc/beam: fix syntax error in nix sample

launchpad/nixpkgs/master
Sheena Artrip 3 years ago committed by Raphael Megzari
parent 6aeefc823a
commit 91106928cf
  1. 2
      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 "<nixpkgs"> {} }:
{ pkgs ? import <nixpkgs> {} }:
with pkgs;

Loading…
Cancel
Save