Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-09 | r/103 fix: Amend import paths to use whitelisted nixpkgs | Vincent Ambo | 1 | -1/+1 | |
2019-12-09 | r/100 refactor: Introduce new layout with nixpkgs in third_party | Vincent Ambo | 1 | -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 | feat(nix): Filter projects that should be built by CI | Vincent Ambo | 1 | -0/+60 | |
Instead of specifying CI projects manually, this filters them to move the CI configuration into the derivations `meta` attributes. |