Sha256: 1db369d1335e85de9b2a82b5b1fa44b685d86bddd3a87768ed8fa70f8ab32653

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.1.4 >/dev/null || gem install bundler --version=2.1.4 --no-document
  '';
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lens_protocol-0.2.1 shell.nix