nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1{ buildRedist }:
2buildRedist {
3 redistName = "nvpl";
4 pname = "nvpl_common";
5
6 outputs = [
7 "out"
8 "dev"
9 ];
10
11 meta = {
12 description = "Common part of NVIDIA Performance Libraries";
13 homepage = "https://developer.nvidia.com/nvpl";
14 changelog = "https://docs.nvidia.com/nvpl/latest/release_notes.html";
15 };
16}