mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-06 09:12:35 +03:00
c0e8b3410c
fix the package name that a previous PR missed
9 lines
142 B
Nix
9 lines
142 B
Nix
{ bundlerEnv }:
|
|
|
|
bundlerEnv {
|
|
name = "riemann-tools-0.2.13";
|
|
gemfile = ./Gemfile;
|
|
lockfile = ./Gemfile.lock;
|
|
gemset = ./gemset.nix;
|
|
}
|