Sha256: 0652a70878587bb4214bf490aacdecdc679957371334aeb79aaa3fc695dfb584

Contents?: true

Size: 438 Bytes

Versions: 10

Compression:

Stored size: 438 Bytes

Contents

{ sources ? import ./nix/sources.nix }:
let
  nixpkgs = import sources.nixpkgs { };
in
nixpkgs.mkShell {
  name = "bellroy-gem-env";
  buildInputs = with nixpkgs; [
    bundler
    libnotify
    niv
    pkg-config
    readline
    ruby_2_7
    zlib
  ]
  ++ (if stdenv.hostPlatform.isDarwin then [ libiconv darwin.apple_sdk.frameworks.CoreServices ] else [ ]);
  shellHook = ''
    bundle config --local path "$PWD/vendor/bundle"
  '';
}

Version data entries

10 entries across 10 versions & 4 rubygems

Version Path
rspec-sorbet-1.9.1 shell.nix
rspec-sorbet-1.9.0 shell.nix
sorbet-struct-comparable-1.3.0 shell.nix
rspec-sorbet-1.8.3 shell.nix
rspec-sorbet-1.8.2 shell.nix
rspec-sorbet-1.8.1 shell.nix
sorbet-struct-comparable-1.2.0 shell.nix
clean-architecture-6.1.0 shell.nix
clean-architecture-6.0.0 shell.nix
dry-monads-sorbet-1.1.7 shell.nix