about summary refs log tree commit diff
path: root/third_party (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-12-14 r/151 refactor(tools): __dispatch.sh now uses relative pathsVincent Ambo1-0/+1
This enables usage of __dispatch.sh from anywhere, even outside of the depot. Specifically this means I can add `~/depot/bin` to my $PATH and all the registered tools work from anywhere.
2019-12-14 r/137 refactor(emacs): Rewrite derivation to match depot layoutVincent Ambo1-1/+4
2019-12-14 r/131 chore(third_party): Add derivation for gopkgs/golang/groupcacheVincent Ambo1-0/+9
2019-12-13 r/127 chore(third_party): Bump nixpkgs channelVincent Ambo1-2/+2
This channel is nixos-unstable on 2019-12-13.
2019-12-13 r/124 chore(third_party): Bump gopkgs needed for Google CloudVincent Ambo11-11/+12
2019-12-13 r/123 feat(third_party/gopkgs): Import external packages for Google CloudVincent Ambo12-0/+178
These packages contain the Cloud SDK for Go. There is currently a linker issue (presumably due to something in `buildGo.nix`) that means that projects using them can not actually be built.
2019-12-13 r/122 chore(overrides): Upgrade buildGo.nixVincent Ambo1-0/+1
2019-12-09 r/110 fix(overrides): Fix package importing for kontemplateVincent Ambo1-0/+1
2019-12-09 r/108 fix(third_party): Expose various other missing dependenciesVincent Ambo1-0/+5
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
As per the previous commit these files were no longer being imported, which is now fixed by moving them into separate subfolders.
2019-12-09 r/104 fix(writeElispBin): Add required nixpkgs attributes for elispVincent Ambo1-1/+4
2019-12-09 r/103 fix: Amend import paths to use whitelisted nixpkgsVincent Ambo1-1/+1
2019-12-09 r/102 feat(third_party): Explicitly expose packages from nixpkgsVincent Ambo1-0/+49
Instead of exposing the entire package tree from nixpkgs, whitelist individual packages explicitly so that they show up in `pkgs.third_party`. This makes it much easier to control external dependencies used by my projects. Bonus: It even includes a working `third_party.callPackage` with only the whitelisted packages!
2019-12-09 r/100 refactor: Introduce new layout with nixpkgs in third_partyVincent Ambo1-1/+1
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-11-15 chore(nix): Move files around to conform to new read-tree layoutVincent Ambo8-109/+21
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
2019-10-25 chore: Bump Nixery version & package set configurationVincent Ambo1-2/+2
2019-09-21 r/84 chore(third_party): Bump Nixery versionVincent Ambo1-2/+2
2019-09-03 r/77 chore(third_party): Bump Nixery versionVincent Ambo1-3/+3
2019-09-02 r/74 chore(third_party): Remove git-appraiseVincent Ambo40-7321/+0
Not actually in use here ...
2019-09-02 r/69 feat(third_party): Add missing Quicklisp packages for GemmaVincent Ambo4-0/+108
Gemma depends on cl-prevalence, which isn't in the nixpkgs Quicklisp snapshot. This adds the package and its dependencies to the overlay.
2019-08-19 r/38 feat(third_party): Add nixery with Cachix configurationVincent Ambo1-0/+18
2019-08-15 r/31 chore: Remove remaining Bazel-related filesVincent Ambo502-52855/+0
2019-07-04 r/18 feat(third_party/bazel): Check in rules_nixpkgs from TweagVincent Ambo23-0/+1371
2019-07-04 r/17 feat(third_party/bazel): Check in rules_haskell from TweagVincent Ambo479-0/+51484
2019-07-02 r/11 feat(git-appraise): Add Nix build configurationVincent Ambo2-0/+21
2019-07-02 r/10 feat(third_party): Check in git-appraiseVincent Ambo38-0/+7300
2019-06-29 r/5 docs(third_party): Add READMEVincent Ambo1-0/+13