Sha256: 7f246b4f2bd1d06d764290135625d71fd5e2c81802a94f403f4e3bd9e9eef2b3

Contents?: true

Size: 199 Bytes

Versions: 1

Compression:

Stored size: 199 Bytes

Contents

with import <nixpkgs> {};
mkShell {
  nativeBuildInputs = [
    ruby
  ];
  shellHook = ''
    gem list -i '^bundler$' -v 2.0.2 >/dev/null || gem install bundler --version=2.0.2 --no-document
  '';
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
roxbury-0.3.0 shell.nix