Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ cuda_cupti }: prevAttrs: { buildInputs = prevAttrs.buildInputs or [ ] ++ [ cuda_cupti ]; }