1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

feat: push build deps to cachix

This commit is contained in:
Kevin Amado 2022-05-07 21:33:16 -06:00
parent 131c177c90
commit a27fb4a608
2 changed files with 7 additions and 1 deletions

View file

@ -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).

View file

@ -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