mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
9 lines
157 B
Nix
9 lines
157 B
Nix
# GENERATED BY update.sh
|
|
{ callPackage, lib, ... } @ args:
|
|
callPackage ./generic.nix (
|
|
args
|
|
// lib.importJSON ./4.json
|
|
// {
|
|
generation = "4";
|
|
})
|