nixpkgs/pkgs/tools/typesetting/asciidoctor/update.sh
2019-06-26 21:05:21 +01:00

7 lines
183 B
Bash
Executable File

#!/usr/bin/env bash
rm gemset.nix Gemfile.lock
nix-shell ../../../.. -A asciidoctor.updateShell --run '
bundix -m --bundle-pack-path $TMPDIR/asciidoctor-ruby-bundle
'
rm -r .bundle