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