From a27fb4a6088f734092e71a1a2a1e7447601bffee Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Sat, 7 May 2022 21:33:16 -0600 Subject: [PATCH] feat: push build deps to cachix --- README.md | 1 + buildkite.yaml | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06b659a..ae56e78 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,7 @@ Thank you ❤️ - [Joachim Ernst](https://github.com/0x4A6F). - [David Arnold](https://github.com/blaggacao). - [David Hauer](https://github.com/DavHau). +- [Ryan Mulligan](https://github.com/ryantm). - [Fabian Möller](https://github.com/B4dM4n). - [Rok Garbas](https://github.com/garbas). - [Yorick van Pelt](https://github.com/yorickvP). diff --git a/buildkite.yaml b/buildkite.yaml index 4ef7c30..16db9a6 100644 --- a/buildkite.yaml +++ b/buildkite.yaml @@ -8,7 +8,12 @@ steps: command: - echo +++ - nix build .#alejandra-binaries - - cachix push alejandra result + - nix-store + --query + --include-outputs $(nix-store --query --deriver result) + --requisites | + grep -v '\.drv$$' | + cachix push alejandra - cp -L result/* . - label: coverage