depot/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

# GENERATED BY update.sh
{ callPackage, lib, ... } @ args:
callPackage ./generic.nix (
args
// lib.importJSON ./4.json
// {
generation = "4";
})