bb584b27e9
GitOrigin-RevId: 5181d5945eda382ff6a9ca3e072ed6ea9b547fee
7 lines
154 B
Nix
7 lines
154 B
Nix
{ callPackage, ... } @ args:
|
|
callPackage ./generic.nix (
|
|
args
|
|
// builtins.fromJSON (builtins.readFile ./3.0.json)
|
|
// {
|
|
generation = "3_0";
|
|
})
|