about summary refs log tree commit diff
path: root/overrides/lispPackages (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-12-09 r/108 fix(third_party): Expose various other missing dependenciesVincent Ambo1-1/+1
2019-12-09 r/100 refactor: Introduce new layout with nixpkgs in third_partyVincent Ambo1-2/+2
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 Ambo5-0/+113
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