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