doc: language-support: fix typo

This commit is contained in:
Linus Arver 2015-05-10 15:28:56 -07:00
parent 029db1fdf4
commit 62ad22b8ae

View file

@ -624,7 +624,7 @@ $ cat > Gemfile
source 'https://rubygems.org'
gem 'sensu'
$ bundler package --path /tmp/vendor/bundle
$ $(nix-build '&nixpkgs>' -A bundix)/bin/bundix
$ $(nix-build '<nixpkgs>' -A bundix)/bin/bundix
$ cat > default.nix
{ lib, bundlerEnv, ruby }: