nixpkgs/pkgs/servers/nosql/cassandra/3.11.nix

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

8 lines
138 B
Nix
Raw Normal View History

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