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

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

9 lines
157 B
Nix
Raw Normal View History

2022-04-06 13:03:07 +02:00
# GENERATED BY update.sh
{ callPackage, lib, ... } @ args:
2022-04-06 13:03:07 +02:00
callPackage ./generic.nix (
args
// lib.importJSON ./4.json
2022-04-06 13:03:07 +02:00
// {
generation = "4";
})