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:
parent
131c177c90
commit
a27fb4a608
2 changed files with 7 additions and 1 deletions
|
@ -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).
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue