about summary refs log tree commit diff
path: root/overrides (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-12-19 r/201 chore(overrides): Remove buildGo.nix to prepare for depot mergeVincent Ambo1-6/+0
2019-12-15 r/153 chore(overrides): Bump buildGo.nixVincent Ambo1-1/+1
The new version correctly builds external binaries at package roots.
2019-12-14 r/138 fix(writeElispBin): Use emacsPackagesNgVincent Ambo1-2/+2
Ng is used by my Emacs derivation. I don't actually know what they do differently, but it seems sensible to use the same one in both places.
2019-12-13 r/126 chore(overrides): Bump buildGo.nix to add ASM supportVincent Ambo1-1/+1
This is required to build `x/sys`, which is required by the blog_cli
2019-12-13 r/122 chore(overrides): Upgrade buildGo.nixVincent Ambo1-1/+1
2019-12-09 r/110 fix(overrides): Fix package importing for kontemplateVincent Ambo1-4/+4
2019-12-09 r/108 fix(third_party): Expose various other missing dependenciesVincent Ambo3-3/+3
2019-12-09 r/104 fix(writeElispBin): Add required nixpkgs attributes for elispVincent Ambo1-2/+2
2019-12-09 r/100 refactor: Introduce new layout with nixpkgs in third_partyVincent Ambo2-4/+6
This is not the final layout yet, but makes it so that my top-level attribute set is no longer overlaid into nixpkgs itself. This is useful for other people who are importing my monorepo.
2019-12-09 r/99 feat: Add writeElispBin helper functionVincent Ambo1-0/+23
Exactly as the name suggests. Currently, passing arguments from the CLI is not really supported.
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-22 fix(buildGo): Use stable build ID when linking outputsVincent Ambo1-2/+2
This is another step towards build reproducibility, which Go is traditionally very bad at.
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 chore(nix): Move files around to conform to new read-tree layoutVincent Ambo7-0/+137
Broadly speaking, the following things are included: * there is now a uniform `args` struct that is passed to all derivations, package headers have been changed appropriately * overrides are now loaded from a separate `override` folder just using read-tree.nix * third-party packages have moved into the `third_party` attribute set