nixpkgs-suyu/pkgs/development/tools/jazzy/update
Lily Ballard 3712d3672d jazzy: 0.9.6 -> 0.10.0
Also define passthru.updateScript.
2019-07-09 15:05:26 -07:00

10 lines
154 B
Text
Executable file

#!/usr/bin/env nix-shell
#! nix-shell -i bash -p bash bundler bundix
set -e
cd "$(dirname "${BASH_SOURCE[0]}")"
rm -f Gemfile.lock
bundler lock
bundix