nixpkgs/pkgs/development/tools/jazzy/update

9 lines
117 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
rm -f Gemfile.lock
bundler lock
bundix