nixpkgs/pkgs/development/tools/jazzy/update
Lily Ballard 53508b1d8e jazzy: 0.9.0 -> 0.9.5
Also add myself as a maintainer.
2019-03-06 14:06:02 -08:00

9 lines
117 B
Plaintext
Executable file

#!/usr/bin/env nix-shell
#! nix-shell -i bash -p bash bundler bundix
set -e
rm -f Gemfile.lock
bundler lock
bundix