Merge pull request #7799 from listx/for-upstream
doc: language-support: fix typo
This commit is contained in:
commit
8462e9ec64
|
@ -624,7 +624,7 @@ $ cat > Gemfile
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
gem 'sensu'
|
gem 'sensu'
|
||||||
$ bundler package --path /tmp/vendor/bundle
|
$ bundler package --path /tmp/vendor/bundle
|
||||||
$ $(nix-build '&nixpkgs>' -A bundix)/bin/bundix
|
$ $(nix-build '<nixpkgs>' -A bundix)/bin/bundix
|
||||||
$ cat > default.nix
|
$ cat > default.nix
|
||||||
{ lib, bundlerEnv, ruby }:
|
{ lib, bundlerEnv, ruby }:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue