depot/pkgs/servers/nosql/cassandra/3.0.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
136 B
Nix
Raw Normal View History

{ callPackage, lib, ... } @ args:
callPackage ./generic.nix (
args
// lib.importJSON ./3.0.json
// {
generation = "3_0";
})