depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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-09
feat(buildGo): Add 'overrideGo' argument overriding function
Vincent Ambo
1
-2
/
+14
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-27
docs: Add README file that describes project usage & background
Vincent Ambo
1
-0
/
+139
2019-11-26
feat(buildGo): Add support for gRPC packages
Vincent Ambo
1
-5
/
+8
2019-11-26
feat(proto): Add protobuf & gRPC dependencies via external
Vincent Ambo
2
-12
/
+74
2019-11-26
feat(buildGo): Add 'srcOnly' and 'targets' parameters for external
Vincent Ambo
1
-4
/
+4
2019-11-25
feat(buildGo): Add support for building "external" Go libraries
Vincent Ambo
1
-53
/
+51
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-24
feat(example): Demonstrate usage of x_defs flag to buildGo.program
Vincent Ambo
2
-0
/
+7
2019-11-24
feat(buildGo): Add support for x_defs option in buildGo.program
Vincent Ambo
1
-2
/
+4
2019-11-24
feat(example): Add an example for how to use buildGo builders
Vincent Ambo
4
-0
/
+84
2019-11-24
feat: Add support for Protobuf-generated libraries
Vincent Ambo
1
-3
/
+75
2019-11-23
feat: Check in buildGo with program & package builders
Vincent Ambo
1
-0
/
+70
2019-11-23
chore: initial commit
Vincent Ambo
0
-0
/
+0
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
2019-11-15
r/95
Merge pull request #9 from tazjin/feat/read-tree
Vincent Ambo
20
-111
/
+191
2019-11-15
fix(k8s): Adjust blog image name to match new repo layout
Vincent Ambo
1
-1
/
+1
2019-11-15
feat(nix): Filter projects that should be built by CI
Vincent Ambo
4
-15
/
+25
2019-11-15
chore(nix): Move files around to conform to new read-tree layout
Vincent Ambo
19
-102
/
+112
2019-11-15
feat(build): Add initial read-tree.nix implementation
Vincent Ambo
1
-0
/
+67
2019-11-14
chore: Remove unstable channel (no longer in use)
Vincent Ambo
1
-7
/
+0
2019-10-26
r/94
Merge pull request #8 from tazjin/feat/nixcon
Vincent Ambo
5
-0
/
+939
2019-10-26
feat(nixcon-demo): Add CLI mode for NixCon demo
Vincent Ambo
1
-2
/
+13
2019-10-26
feat(services): Add nixcon-demo service with simple web server
Vincent Ambo
5
-0
/
+922
2019-10-26
feat(third_party): Add naersk to package set
Vincent Ambo
1
-0
/
+6
2019-10-26
r/93
fix: Enable building of broken packages
Vincent Ambo
1
-0
/
+1
2019-10-26
r/92
chore(k8s): Bump deployed Nixery version
Vincent Ambo
1
-1
/
+1
2019-10-25
r/91
Merge pull request #7 from tazjin/chore/bump-19.09
Vincent Ambo
4
-5
/
+8
2019-10-25
chore: Bump Nixery version & package set configuration
Vincent Ambo
3
-2
/
+5
2019-10-25
chore: Bump nixpkgs and use Terraform from stable
Vincent Ambo
1
-3
/
+3
2019-09-22
r/90
refactor(build): Only build projects explicitly set as CI projects
Vincent Ambo
1
-1
/
+1
[prev]
[next]