mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
8 lines
156 B
Nix
8 lines
156 B
Nix
{ callPackage, ... } @ args:
|
|
callPackage ./generic.nix (
|
|
args
|
|
// builtins.fromJSON (builtins.readFile ./3.11.json)
|
|
// {
|
|
generation = "3_11";
|
|
})
|