nixpkgs/pkgs/tools/package-management/fpm/update
2017-11-02 10:22:51 +08:00

11 lines
162 B
Plaintext
Executable file

#!/usr/bin/env nix-shell
#! nix-shell -i bash -p bash ruby bundler bundix
rm Gemfile.lock
bundler install
bundix
if [ "clean" == "$1" ]; then
rm -r ~/.gem
fi