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

Merge pull request #75 from kamadorueda/kamadorueda

fix: out link names
This commit is contained in:
Kevin Amado 2022-02-11 21:52:51 -05:00 committed by GitHub
commit c22f2e35a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,11 +12,13 @@ steps:
command:
- echo +++
- nix3 build --out-link aarch64-unknown-linux-musl .#aarch64-unknown-linux-musl
- cachix push alejandra result
- cachix push alejandra aarch64-unknown-linux-musl
- nix3 build --out-link x86_64-unknown-linux-gnu .#x86_64-unknown-linux-gnu
- cachix push alejandra result
- cachix push alejandra x86_64-unknown-linux-gnu
- nix3 build --out-link x86_64-unknown-linux-musl .#x86_64-unknown-linux-musl
- cachix push alejandra result
- cachix push alejandra x86_64-unknown-linux-musl
- nix3 develop --profile develop --command true
- cachix push alejandra develop