lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 22.05-pre 11 lines 440 B view raw
1{ lib, mkCoqDerivation, coq, version ? null }: 2 3mkCoqDerivation { 4 pname = "InfSeqExt"; 5 owner = "DistributedComponents"; 6 inherit version; 7 defaultVersion = if lib.versions.isGe "8.5" coq.coq-version then "20200131" else null; 8 release."20200131".rev = "203d4c20211d6b17741f1fdca46dbc091f5e961a"; 9 release."20200131".sha256 = "0xylkdmb2dqnnqinf3pigz4mf4zmczcbpjnn59g5g76m7f2cqxl0"; 10 preConfigure = "patchShebangs ./configure"; 11}