4 lines
114 B
Bash
4 lines
114 B
Bash
|
#!/bin/sh
|
||
|
rm -f Gemfile.lock gemset.nix
|
||
|
BUNDLE_FORCE_RUBY_PLATFORM=true nix run nixpkgs#bundix --impure -- --lock
|