about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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
2019-11-22 fix(buildGo): Ensure names of proto-generated files are correctVincent Ambo1-1/+1
2019-11-22 refactor(buildGo): Minor cleanups of buildGo implementationVincent Ambo1-52/+25
2019-11-21 feat(buildGo): Introduce Bazel-style Nix builders for GoVincent Ambo1-0/+169
2019-11-15 r/95 Merge pull request #9 from tazjin/feat/read-treeVincent Ambo20-111/+191
2019-11-15 fix(k8s): Adjust blog image name to match new repo layoutVincent Ambo1-1/+1
2019-11-15 feat(nix): Filter projects that should be built by CIVincent Ambo4-15/+25
2019-11-15 chore(nix): Move files around to conform to new read-tree layoutVincent Ambo19-102/+112
2019-11-15 feat(build): Add initial read-tree.nix implementationVincent Ambo1-0/+67
2019-11-14 chore: Remove unstable channel (no longer in use)Vincent Ambo1-7/+0
2019-10-26 r/94 Merge pull request #8 from tazjin/feat/nixconVincent Ambo5-0/+939
2019-10-26 feat(nixcon-demo): Add CLI mode for NixCon demoVincent Ambo1-2/+13
2019-10-26 feat(services): Add nixcon-demo service with simple web serverVincent Ambo5-0/+922
2019-10-26 feat(third_party): Add naersk to package setVincent Ambo1-0/+6
2019-10-26 r/93 fix: Enable building of broken packagesVincent Ambo1-0/+1
2019-10-26 r/92 chore(k8s): Bump deployed Nixery versionVincent Ambo1-1/+1
2019-10-25 r/91 Merge pull request #7 from tazjin/chore/bump-19.09Vincent Ambo4-5/+8
2019-10-25 chore: Bump Nixery version & package set configurationVincent Ambo3-2/+5
2019-10-25 chore: Bump nixpkgs and use Terraform from stableVincent Ambo1-3/+3
2019-09-22 r/90 refactor(build): Only build projects explicitly set as CI projectsVincent Ambo1-1/+1
2019-09-22 r/89 chore(gemma): Mark gemma as broken (again)Vincent Ambo1-1/+3
2019-09-22 r/88 refactor(build): Add ciProjects attribute for CI buildsVincent Ambo1-0/+8
2019-09-22 r/87 chore(tazblog): Remove more unneeded dependenciesVincent Ambo1-4/+4
2019-09-21 r/86 chore(k8s): Bump deployed Nixery versionVincent Ambo1-1/+1
2019-09-21 r/85 chore: Bump Nix channel to a more recent versionVincent Ambo1-2/+2
2019-09-21 r/84 chore(third_party): Bump Nixery versionVincent Ambo1-2/+2
2019-09-21 r/83 refactor(k8s): Parameterise the nginx versionVincent Ambo2-1/+3
2019-09-04 r/82 fix(k8s): Reinsert passLookup newline after kontemplate trims itVincent Ambo2-1/+2
2019-09-04 r/81 Merge pull request #6 from tazjin/fix/nixery-secrets-namespaceVincent Ambo2-10/+18
2019-09-04 chore: Update kontemplate to v1.8.0Vincent Ambo1-4/+13
2019-09-04 fix(k8s): Move nixery-secrets to the correct namespaceVincent Ambo1-6/+5
2019-09-03 r/80 Merge pull request #5 from tazjin/feat/cloud-kms-secretsVincent Ambo14-15/+129
2019-09-03 feat(k8s): Insert Nixery's secrets via kontemplateVincent Ambo5-4/+25
2019-09-03 feat(secrets): Check in secrets required by NixeryVincent Ambo3-0/+0
2019-09-03 feat(tools): Introduce pass-compatible wrapper using Cloud KMSVincent Ambo5-0/+78