Age | Commit message (Expand) | Author | Files | Lines |
2019-12-14 | r/133 fix(build): Import package set correctly for CI builds | Vincent Ambo | 1 | -1/+1 |
2019-12-14 | r/132 merge(nixos): Merge (unrelated) NixOS config history into infra/ | Vincent Ambo | 19 | -0/+1315 |
2019-12-14 | chore(nixos): Move NixOS config to infra/nixos | Vincent Ambo | 19 | -0/+0 |
2019-12-14 | r/131 chore(third_party): Add derivation for gopkgs/golang/groupcache | Vincent Ambo | 1 | -0/+9 |
2019-12-14 | r/130 docs(emacs): Update README file | Vincent Ambo | 1 | -4/+5 |
2019-12-14 | r/129 merge(emacs): Merge (unrelated) emacs.d history into tools/emacs | Vincent Ambo | 13 | -0/+1079 |
2019-12-14 | chore(emacs): Move emacs config to tools/emacs | Vincent Ambo | 13 | -0/+0 |
2019-12-13 | r/128 fix(build): Make repository callable in Nix | Vincent Ambo | 1 | -0/+2 |
2019-12-13 | r/127 chore(third_party): Bump nixpkgs channel | Vincent Ambo | 1 | -2/+2 |
2019-12-13 | r/126 chore(overrides): Bump buildGo.nix to add ASM support | Vincent Ambo | 1 | -1/+1 |
2019-12-13 | r/125 refactor(tools/blog_cli): Build with buildGo.nix | Vincent Ambo | 2 | -118/+6 |
2019-12-13 | r/124 chore(third_party): Bump gopkgs needed for Google Cloud | Vincent Ambo | 11 | -11/+12 |
2019-12-13 | r/123 feat(third_party/gopkgs): Import external packages for Google Cloud | Vincent Ambo | 12 | -0/+178 |
2019-12-13 | r/122 chore(overrides): Upgrade buildGo.nix | Vincent Ambo | 2 | -1/+2 |
2019-12-10 | r/121 fix(read-tree): Only add marker to imported attribute sets | Vincent Ambo | 1 | -4/+9 |
2019-12-10 | r/120 feat(aoc2019): Solve day 3 puzzles | Vincent Ambo | 1 | -0/+58 |
2019-12-09 | r/119 refactor(read-tree): Simplify tree recursion logic | Vincent Ambo | 1 | -65/+30 |
2019-12-09 | r/118 feat(read-tree): Mark derivations that have children | Vincent Ambo | 1 | -4/+3 |
2019-12-09 | r/117 feat(aoc2019): Solve day 2 puzzles | Vincent Ambo | 1 | -0/+53 |
2019-12-09 | r/116 feat(aoc2019): Solve day 1 puzzles | Vincent Ambo | 1 | -0/+28 |
2019-12-09 | r/115 feat(tools): Add auto-dispatch for Advent of Code solutions | Vincent Ambo | 3 | -1/+5 |
2019-12-09 | r/114 chore: Remove old 'external' folder | Vincent Ambo | 1 | -1/+0 |
2019-12-09 | r/113 fix(read-tree): Always import with `locatedAt` attribute | Vincent Ambo | 1 | -1/+1 |
2019-12-09 | r/112 feat(tools): Set up Advent of Code 2019 scaffolding | Vincent Ambo | 1 | -0/+22 |
2019-12-09 | r/111 refactor: Move CI setup to separate Nix file | Vincent Ambo | 4 | -26/+21 |
2019-12-09 | r/110 fix(overrides): Fix package importing for kontemplate | Vincent Ambo | 2 | -4/+5 |
2019-12-09 | r/109 fix(build): Install cachix from third_party | Vincent Ambo | 1 | -1/+1 |
2019-12-09 | r/108 fix(third_party): Expose various other missing dependencies | Vincent Ambo | 5 | -5/+10 |
2019-12-09 | r/107 fix(third_party): Expose missing dependencies for Nixery | Vincent Ambo | 1 | -1/+17 |
2019-12-09 | r/106 fix(third_party): Shuffle code around to be compatible with readTree | Vincent Ambo | 5 | -8/+8 |
2019-12-09 | r/105 fix(read-tree): Don't import `default.nix` sibling expression | Vincent Ambo | 1 | -3/+5 |
2019-12-09 | r/104 fix(writeElispBin): Add required nixpkgs attributes for elisp | Vincent Ambo | 2 | -3/+6 |
2019-12-09 | r/103 fix: Amend import paths to use whitelisted nixpkgs | Vincent Ambo | 4 | -4/+4 |
2019-12-09 | r/102 feat(third_party): Explicitly expose packages from nixpkgs | Vincent Ambo | 1 | -0/+49 |
2019-12-09 | r/101 fix(build): Temporarily hardcode list of CI projects | Vincent Ambo | 1 | -4/+12 |
2019-12-09 | r/100 refactor: Introduce new layout with nixpkgs in third_party | Vincent Ambo | 10 | -50/+62 |
2019-12-09 | r/99 feat: Add writeElispBin helper function | Vincent Ambo | 1 | -0/+23 |
2019-12-09 | r/98 refactor(read-tree): Remove deprecated 'builtins.toPath' call | Vincent Ambo | 1 | -2/+1 |
2019-12-02 | r/97 refactor(read-tree): Keep traversing even if a default.nix is found | Vincent Ambo | 1 | -4/+5 |
2019-11-27 | r/96 Merge pull request #10 from tazjin/feat/buildGo-dot-nix | Vincent Ambo | 6 | -13/+93 |
2019-11-27 | chore(overrides): Import buildGo.nix from external repository | Vincent Ambo | 1 | -147/+4 |
2019-11-25 | feat(buildGo): Add x_defs support | Vincent Ambo | 1 | -4/+9 |
2019-11-25 | feat(read-tree): Pass in-tree location to imported package sets | Vincent Ambo | 1 | -3/+23 |
2019-11-25 | refactor(read-tree): Idiomatic 'attrsToList' instead of weird hack | Vincent Ambo | 1 | -11/+4 |
2019-11-22 | fix(tools): Enable CI runs for tools.gotest | Vincent Ambo | 1 | -1/+1 |
2019-11-22 | feat(tools): Add 'gotest' program to demonstrate pkgs.buildGo | Vincent Ambo | 4 | -0/+63 |
2019-11-22 | fix(buildGo): Use stable build ID when linking outputs | Vincent Ambo | 1 | -2/+2 |
2019-11-22 | fix(buildGo): Ensure names of proto-generated files are correct | Vincent Ambo | 1 | -1/+1 |
2019-11-22 | refactor(buildGo): Minor cleanups of buildGo implementation | Vincent Ambo | 1 | -52/+25 |
2019-11-21 | feat(buildGo): Introduce Bazel-style Nix builders for Go | Vincent Ambo | 1 | -0/+169 |