about summary refs log tree commit diff
path: root/nixpkgs/pkgs/tools/typesetting/asciidoctor/update.sh
blob: 1f7e5541ceec06d0be231861157e51233c366b8a (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env bash
nix-shell ../../../.. -A asciidoctor.updateShell --run '
  rm gemset.nix Gemfile.lock
  bundix -m --bundle-pack-path $TMPDIR/asciidoctor-ruby-bundle
  rm -r .bundle
'