Skip to content

feat(pkgs): build sourcetrail with llvmPackages_13 #13

feat(pkgs): build sourcetrail with llvmPackages_13

feat(pkgs): build sourcetrail with llvmPackages_13 #13

Workflow file for this run

name: "Build & Cachix"
on:
push:
jobs:
check:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- os: macos-latest
type: darwin
hostname: ci-darwin
- os: ubuntu-latest
type: nixos
hostname: ci-ubuntu
steps:
- uses: actions/checkout@v3
- name: Install SSH Key
uses: shimataro/[email protected]
with:
key: ${{ secrets.SSH_KEY }}
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
- uses: cachix/install-nix-action@v17
with:
extra_nix_config: |
allow-import-from-derivation = true
- uses: cachix/cachix-action@v10
with:
name: dotfield
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
extraPullNames: dotfield,nix-community,nrdxp
# FIXME: fails b/c ifd
# - run: nix -Lv flake show --show-trace
- run: nix -Lv flake check --show-trace