Age | Commit message (Expand) | Author | Files | Lines |
2020-08-31 | r/1742 feat(readTree): Use tree location as the value of `__readTree` | Vincent Ambo | 1 | -2/+8 |
2020-08-26 | r/1719 fix(readTree): Add __readTree attribute to folders | Vincent Ambo | 1 | -1/+1 |
2020-08-23 | r/1706 feat(nix/buildLisp): Expose an sbcl attribute | Griffin Smith | 1 | -4/+6 |
2020-08-20 | r/1683 feat(tools/depot-scanner): init project | Kane York | 1 | -2/+2 |
2020-08-04 | r/1586 feat(nix/readTree): allow arguments to depend on tree location | edef | 1 | -3/+3 |
2020-08-04 | r/1585 chore(nix/fetchGoModule): don't move downloaded file | edef | 1 | -3/+1 |
2020-08-04 | r/1584 chore(nix/fetchGoModule): remove overrideAttrs hack | edef | 1 | -5/+3 |
2020-08-04 | r/1580 chore: simplify buildGo expressions | edef | 1 | -3/+3 |
2020-08-04 | r/1579 feat(nix/buildGo): use gopkg attribute of deps | edef | 2 | -3/+3 |
2020-08-04 | r/1578 feat(nix/buildGo): expose gopkg attribute on buildGo.package | edef | 1 | -7/+13 |
2020-08-03 | r/1561 fix(nix/fetchGoModule): correctly case-fold mixed-case package paths | edef | 1 | -2/+14 |
2020-08-03 | r/1559 chore(nix/fetchGoModule): Move //users/edef/fetchGoModule to //nix | edef | 2 | -0/+26 |
2020-07-27 | r/1492 feat(nix/buildLisp): Add abstraction for test suites | Griffin Smith | 2 | -50/+142 |
2020-07-26 | r/1487 fix(nix/buildLisp): Set LANG to C.UTF-8 on program builds | Griffin Smith | 1 | -0/+1 |
2020-07-20 | r/1407 fix(buildTypedGo): Use builtins.baseNameOf when renaming inputs | Vincent Ambo | 1 | -1/+2 |
2020-07-17 | r/1366 feat(ci): run buf check lint in CI | Kane York | 1 | -0/+9 |
2020-07-17 | r/1351 fix(nix/buildGo/example): use correct package name | Kane York | 1 | -1/+1 |
2020-07-06 | r/1228 fix(buildLisp): use full store path in FASL output pathnames | eta | 1 | -1/+1 |
2020-06-30 | r/1133 refactor(nix): use our own writeScript(Bin) | Profpatsch | 7 | -23/+46 |
2020-06-29 | r/1132 feat(nix/runExecline): add runExecline | Profpatsch | 4 | -0/+251 |
2020-06-29 | r/1131 refactor(nix/escapeExecline): move into own directory | Profpatsch | 3 | -30/+34 |
2020-06-28 | r/1108 feat(nix/emptyDerivation) add emptyDerivation | Profpatsch | 4 | -0/+89 |
2020-06-28 | r/1107 feat(nix/getBins): add getBins | Profpatsch | 3 | -0/+91 |
2020-06-28 | r/1104 feat(nix/runTestsuite): add runTestsuite | Profpatsch | 1 | -0/+121 |
2020-06-27 | r/1103 feat(nix/yants): add unit type | Profpatsch | 2 | -0/+2 |
2020-06-27 | r/1100 feat(nix/writeExecline): add writeExecline | Profpatsch | 2 | -0/+70 |
2020-06-27 | r/1097 feat(nix/binify): add binify | Profpatsch | 1 | -0/+16 |
2020-06-19 | r/1038 fix(buildTypedGo): Pass correct arguments to .package | Vincent Ambo | 1 | -2/+2 |
2020-06-18 | r/1017 feat(nix/buildTypedGo): Add a //nix/buildGo wrapper for typed Go | Vincent Ambo | 3 | -0/+56 |
2020-06-15 | r/965 fix(nix/buildGo): Fix import of buildGo in example file | Vincent Ambo | 1 | -1/+1 |
2020-06-13 | r/939 fix(nix/readTree): Ignore hidden files and directories | edef | 1 | -3/+14 |
2020-06-13 | r/928 fix(nix/buildGo/external): Properly match import path prefixes | edef | 1 | -1/+1 |
2020-06-13 | r/925 fix(nix/buildGo): Pass sane arguments to log.Fatalf | edef | 1 | -1/+1 |
2020-05-25 | r/848 fix(nix/buildGo): Do not silently ignore filepath.Walk() errors | Vincent Ambo | 1 | -0/+4 |
2020-05-16 | r/720 docs(nix/yants): Mention Yants subtree split in README | Vincent Ambo | 1 | -5/+9 |
2020-03-31 | r/606 fix(nix/buildGo): Remove absolute references to GOROOT from binaries | Vincent Ambo | 1 | -0/+1 |
2020-02-21 | r/559 chore: Rename pkgs->depot in all Nix file headers | Vincent Ambo | 4 | -9/+8 |
2020-02-11 | r/543 fix(nix/tailscale): Fix incorrect Tailscale ACL config type | Vincent Ambo | 1 | -3/+14 |
2020-02-11 | r/537 feat(nix/tailscale): Add function for generating tailscale ACLs | Vincent Ambo | 1 | -0/+19 |
2020-02-07 | r/481 docs(nix/yants): Fix screenshot URLs | Vincent Ambo | 1 | -5/+5 |
2020-01-29 | r/473 fix(nix/buildLisp): Ensure SBCL uses UTF-8 encoding | Vincent Ambo | 1 | -0/+1 |
2020-01-29 | r/471 docs(nix/buildLisp): Update the README with actual docs | Vincent Ambo | 2 | -12/+87 |
2020-01-26 | r/461 feat(nix/buildLisp): Add 'bundled' function for built-in libraries | Vincent Ambo | 1 | -0/+8 |
2020-01-24 | r/455 chore(buildLisp): use lib.optionalString where applicable | edef | 1 | -4/+1 |
2020-01-24 | r/454 chore(buildGo): use lib.optionalString where applicable | edef | 1 | -1/+1 |
2020-01-17 | r/386 fix(nix/buildLisp): Don't load binaries in sbclWith | Vincent Ambo | 1 | -3/+11 |
2020-01-17 | r/385 feat(nix/buildLisp): Support passing programs to sbclWith | Vincent Ambo | 1 | -1/+1 |
2020-01-09 | r/365 fix(buildLisp): Wrap executables to set load paths correctly | Vincent Ambo | 2 | -16/+10 |
2020-01-09 | r/364 feat(buildLisp): Initial implementation of foreign library loading | Vincent Ambo | 1 | -9/+46 |
2020-01-09 | r/355 fix(buildLisp): Perform a topological sort of dependencies | Vincent Ambo | 1 | -8/+7 |