about summary refs log tree commit diff
path: root/nix (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-12 r/2202 feat(nix/yants/tests): test drv typesterni1-0/+10
2021-02-09 r/2199 feat(nix/yants/tests): port to runTestsuitesterni1-48/+92
2021-02-09 r/2198 feat(nix/runTestsuite): add assertDoesNotThrowsterni1-0/+7
2021-02-09 r/2197 refactor(nix/runTestsuite): implement in terms of generic assertBoolsterni1-26/+46
2021-01-30 r/2166 feat(nix): add nix.tag, a way of discriminating via tagged unionsProfpatsch2-0/+237
2021-01-30 r/2165 feat(nix/readTree): add tests of the traversal logic in READMEProfpatsch15-1/+95
2021-01-30 r/2164 feat(nix/readTree): add tests of the README exampleProfpatsch7-0/+47
2021-01-30 r/2163 chore(nix/readTree): move function into __functorProfpatsch1-12/+13
2021-01-30 r/2162 feat(nix/runTestsuite): add assertThrowsProfpatsch1-4/+22
2021-01-30 r/2161 fix(nix/runTestsuite): wrap runTestsuite into derivationProfpatsch1-8/+26
2021-01-30 r/2159 chore(3p|nix): Remove typed GoVincent Ambo3-57/+0
2021-01-19 r/2133 chore: Remove banned userV2-34/+0
2021-01-03 r/2050 feat(nix/yants): add restrictProfpatsch2-0/+30
2021-01-02 r/2049 feat(nix): add runExecline.localProfpatsch2-17/+17
2021-01-01 r/2041 chore(OWNERS): move Profpatsch up to nix/Profpatsch4-9/+0
2021-01-01 r/2040 feat(nix): add mergePatchProfpatsch1-0/+186
2020-12-01 r/1971 chore(writeElispBin): Move from //overrides to //nixVincent Ambo1-0/+18
2020-11-08 r/1873 fix(buildLisp): Override LANG in sbclWith for misconfigured machinesVincent Ambo1-1/+2
2020-08-31 r/1742 feat(readTree): Use tree location as the value of `__readTree`Vincent Ambo1-2/+8
2020-08-26 r/1719 fix(readTree): Add __readTree attribute to foldersVincent Ambo1-1/+1
2020-08-23 r/1706 feat(nix/buildLisp): Expose an sbcl attributeGriffin Smith1-4/+6
2020-08-20 r/1683 feat(tools/depot-scanner): init projectKane York1-2/+2
2020-08-04 r/1586 feat(nix/readTree): allow arguments to depend on tree locationedef1-3/+3
2020-08-04 r/1585 chore(nix/fetchGoModule): don't move downloaded fileedef1-3/+1
2020-08-04 r/1584 chore(nix/fetchGoModule): remove overrideAttrs hackedef1-5/+3
2020-08-04 r/1580 chore: simplify buildGo expressionsedef1-3/+3
2020-08-04 r/1579 feat(nix/buildGo): use gopkg attribute of depsedef2-3/+3
2020-08-04 r/1578 feat(nix/buildGo): expose gopkg attribute on buildGo.packageedef1-7/+13
2020-08-03 r/1561 fix(nix/fetchGoModule): correctly case-fold mixed-case package pathsedef1-2/+14
2020-08-03 r/1559 chore(nix/fetchGoModule): Move //users/edef/fetchGoModule to //nixedef2-0/+26
2020-07-27 r/1492 feat(nix/buildLisp): Add abstraction for test suitesGriffin Smith2-50/+142
2020-07-26 r/1487 fix(nix/buildLisp): Set LANG to C.UTF-8 on program buildsGriffin Smith1-0/+1
2020-07-20 r/1407 fix(buildTypedGo): Use builtins.baseNameOf when renaming inputsVincent Ambo1-1/+2
2020-07-17 r/1366 feat(ci): run buf check lint in CIKane York1-0/+9
2020-07-17 r/1351 fix(nix/buildGo/example): use correct package nameKane York1-1/+1
2020-07-06 r/1228 fix(buildLisp): use full store path in FASL output pathnameseta1-1/+1
2020-06-30 r/1133 refactor(nix): use our own writeScript(Bin)Profpatsch7-23/+46
2020-06-29 r/1132 feat(nix/runExecline): add runExeclineProfpatsch4-0/+251
2020-06-29 r/1131 refactor(nix/escapeExecline): move into own directoryProfpatsch3-30/+34
2020-06-28 r/1108 feat(nix/emptyDerivation) add emptyDerivationProfpatsch4-0/+89
2020-06-28 r/1107 feat(nix/getBins): add getBinsProfpatsch3-0/+91
2020-06-28 r/1104 feat(nix/runTestsuite): add runTestsuiteProfpatsch1-0/+121
2020-06-27 r/1103 feat(nix/yants): add unit typeProfpatsch2-0/+2
2020-06-27 r/1100 feat(nix/writeExecline): add writeExeclineProfpatsch2-0/+70
2020-06-27 r/1097 feat(nix/binify): add binifyProfpatsch1-0/+16
2020-06-19 r/1038 fix(buildTypedGo): Pass correct arguments to .packageVincent Ambo1-2/+2
2020-06-18 r/1017 feat(nix/buildTypedGo): Add a //nix/buildGo wrapper for typed GoVincent Ambo3-0/+56
2020-06-15 r/965 fix(nix/buildGo): Fix import of buildGo in example fileVincent Ambo1-1/+1
2020-06-13 r/939 fix(nix/readTree): Ignore hidden files and directoriesedef1-3/+14
2020-06-13 r/928 fix(nix/buildGo/external): Properly match import path prefixesedef1-1/+1