about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2019-12-13 feat(external): Return references in more useable format for NixVincent Ambo1-16/+20
2019-12-13 feat(external): Implement tool to analyse external dependenciesVincent Ambo2-0/+188
2019-12-13 feat(buildGo): Expose Go import path for packagesVincent Ambo1-1/+1
2019-12-13 fix(buildGo): Ensure 'proto' libraries are overridableVincent Ambo1-1/+1
2019-12-13 feat(buildGo): Add new traversing external' implementationVincent Ambo1-9/+46
2019-12-10 r/121 fix(read-tree): Only add marker to imported attribute setsVincent Ambo1-4/+9
2019-12-10 r/120 feat(aoc2019): Solve day 3 puzzlesVincent Ambo1-0/+58
2019-12-09 r/119 refactor(read-tree): Simplify tree recursion logicVincent Ambo1-65/+30
2019-12-09 r/118 feat(read-tree): Mark derivations that have childrenVincent Ambo1-4/+3
2019-12-09 r/117 feat(aoc2019): Solve day 2 puzzlesVincent Ambo1-0/+53
2019-12-09 r/116 feat(aoc2019): Solve day 1 puzzlesVincent Ambo1-0/+28
2019-12-09 r/115 feat(tools): Add auto-dispatch for Advent of Code solutionsVincent Ambo3-1/+5
2019-12-09 r/114 chore: Remove old 'external' folderVincent Ambo1-1/+0
2019-12-09 r/113 fix(read-tree): Always import with `locatedAt` attributeVincent Ambo1-1/+1
2019-12-09 r/112 feat(tools): Set up Advent of Code 2019 scaffoldingVincent Ambo1-0/+22
2019-12-09 r/111 refactor: Move CI setup to separate Nix fileVincent Ambo4-26/+21
2019-12-09 r/110 fix(overrides): Fix package importing for kontemplateVincent Ambo2-4/+5
2019-12-09 r/109 fix(build): Install cachix from third_partyVincent Ambo1-1/+1
2019-12-09 r/108 fix(third_party): Expose various other missing dependenciesVincent Ambo5-5/+10
2019-12-09 r/107 fix(third_party): Expose missing dependencies for NixeryVincent Ambo1-1/+17
2019-12-09 r/106 fix(third_party): Shuffle code around to be compatible with readTreeVincent Ambo5-8/+8
2019-12-09 r/105 fix(read-tree): Don't import `default.nix` sibling expressionVincent Ambo1-3/+5
2019-12-09 r/104 fix(writeElispBin): Add required nixpkgs attributes for elispVincent Ambo2-3/+6
2019-12-09 r/103 fix: Amend import paths to use whitelisted nixpkgsVincent Ambo4-4/+4
2019-12-09 r/102 feat(third_party): Explicitly expose packages from nixpkgsVincent Ambo1-0/+49
2019-12-09 r/101 fix(build): Temporarily hardcode list of CI projectsVincent Ambo1-4/+12
2019-12-09 r/100 refactor: Introduce new layout with nixpkgs in third_partyVincent Ambo10-50/+62
2019-12-09 r/99 feat: Add writeElispBin helper functionVincent Ambo1-0/+23
2019-12-09 r/98 refactor(read-tree): Remove deprecated 'builtins.toPath' callVincent Ambo1-2/+1
2019-12-09 feat(buildGo): Add 'overrideGo' argument overriding functionVincent Ambo1-2/+14
2019-12-02 r/97 refactor(read-tree): Keep traversing even if a default.nix is foundVincent Ambo1-4/+5
2019-11-27 r/96 Merge pull request #10 from tazjin/feat/buildGo-dot-nixVincent Ambo6-13/+93
2019-11-27 chore(overrides): Import buildGo.nix from external repositoryVincent Ambo1-147/+4
2019-11-27 docs: Add README file that describes project usage & backgroundVincent Ambo1-0/+139
2019-11-26 feat(buildGo): Add support for gRPC packagesVincent Ambo1-5/+8
2019-11-26 feat(proto): Add protobuf & gRPC dependencies via externalVincent Ambo2-12/+74
2019-11-26 feat(buildGo): Add 'srcOnly' and 'targets' parameters for externalVincent Ambo1-4/+4
2019-11-25 feat(buildGo): Add support for building "external" Go librariesVincent Ambo1-53/+51
2019-11-25 feat(buildGo): Add x_defs supportVincent Ambo1-4/+9
2019-11-25 feat(read-tree): Pass in-tree location to imported package setsVincent Ambo1-3/+23
2019-11-25 refactor(read-tree): Idiomatic 'attrsToList' instead of weird hackVincent Ambo1-11/+4
2019-11-24 feat(example): Demonstrate usage of x_defs flag to buildGo.programVincent Ambo2-0/+7
2019-11-24 feat(buildGo): Add support for x_defs option in buildGo.programVincent Ambo1-2/+4
2019-11-24 feat(example): Add an example for how to use buildGo buildersVincent Ambo4-0/+84
2019-11-24 feat: Add support for Protobuf-generated librariesVincent Ambo1-3/+75
2019-11-23 feat: Check in buildGo with program & package buildersVincent Ambo1-0/+70
2019-11-23 chore: initial commitVincent Ambo0-0/+0
2019-11-22 fix(tools): Enable CI runs for tools.gotestVincent Ambo1-1/+1
2019-11-22 feat(tools): Add 'gotest' program to demonstrate pkgs.buildGoVincent Ambo4-0/+63
2019-11-22 fix(buildGo): Use stable build ID when linking outputsVincent Ambo1-2/+2