mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 11:22:58 +00:00
8 lines
154 B
Nix
8 lines
154 B
Nix
{ callPackage, ... } @ args:
|
|
callPackage ./generic.nix (
|
|
args
|
|
// builtins.fromJSON (builtins.readFile ./3.0.json)
|
|
// {
|
|
generation = "3_0";
|
|
})
|