nixpkgs/pkgs/development/tools/jazzy/update

9 lines
117 B
Text
Raw Normal View History

2017-11-01 07:46:01 +01:00
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p bash bundler bundix
2017-11-01 07:46:01 +01:00
set -e
2017-11-01 07:46:01 +01:00
rm -f Gemfile.lock
bundler lock
bundix