nixpkgs/pkgs/development/tools/jazzy/update

11 lines
154 B
Plaintext
Raw Normal View History

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