mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
9 lines
141 B
Nix
9 lines
141 B
Nix
|
{ bundlerEnv }:
|
||
|
|
||
|
bundlerEnv {
|
||
|
name = "riemann-tools-0.2.6";
|
||
|
gemfile = ./Gemfile;
|
||
|
lockfile = ./Gemfile.lock;
|
||
|
gemset = ./gemset.nix;
|
||
|
}
|